zend studio intellisense stopped working - intellisense

The intellisense feature in zend studio 7 just stopped working.
I do as usual -> Start typing, hit ctrl+space and the suggestions pop up is empty.
It just happened out of blue. No hard eclipse restarts, no crashes!
Anyone got any thoughts?
Thanks

Found a fix myself!
http://forums.zend.com/viewtopic.php?f=59&t=5585&start=20#p19107

Related

Visual studio 2017 showing Errors for Blazor but compiles

EDIT:
Found issue to be resharper. When I disable it it stop showing errors.
When I start a new Blazor fullstack project from Visual Studio it shows error in IDE. I have looked at Visual Studio displaying errors even if projects build but doesn't seem to help.
I followed the guide on Blazor (https://blazor.net/docs/get-started.html)
But the client side project shows lots of errors
EG:
and more details:
and:
Any one else tried this and know how to fix it?
I am running VS Studio Enterprise 2017 Version 15.8.8
I have installed ASP.NET Core Blazor Language Services.
Everything seems to work as it should. I was able to add new page with external RestAPI calls and all.
Edit:
Updated VS to latests version with no luck
Seems it might be resharper:
https://resharper-support.jetbrains.com/hc/en-us/community/posts/115000554550-ASP-NET-Core-Razor-Pages-page-Cannot-resolve-symbol-
Well. Seems that jetbrains is aware of issue.
It can be found here:
https://youtrack.jetbrains.com/issue/RSRP-469186
Not much to do than disable Resharper for the moment and wait for them to fix it :)
If you need help to disable and enable it again:
How can I disable ReSharper in Visual Studio and enable it again?

Visual Studio for Mac - Can't read or write any code

I have a problem with Visual Studio for Mac. When I make a new project or I open an existent one, I can't read correctly the code or even write. The code is correctly, in others Text Editors looks fine, but in Visual don't.
Do somebody know about this error? thanks.
Update Visual Studio.
(Click 'Visual Studio Community' in the top bar -> Check For Updates)
This must have been an early bug because I updated to 7.0.1 (Build 24) and it fixed the issue for me.

Why does Visual Studio 2015 Designer crash with "Designer process terminated unexpectedly"?

Does anyone know how to debug this? No matter what I do, I can't use Visual Studio 2015 Designer or Blend 2015. Both are coming up with this error:
Everything compiles and runs smoothly, but the designer doesn't work. I don't even know what System.Runtime.Remoting.RemotingException means.
Ok. Figure it out. I hope this helps someone in the future.
The culprit was the Any CPU platform selection. When you select x86 or x64, everything works :)
In my case, using Visual Studio 2015 Update 2 solved the issue.
VS2015 Update 2 link

Missing Intellisense in VS 2015 RC for Xaml

Having been quite spoilt by this excellent add on for VS 2013, it has come of something of a shock to find that there is absolutely no Xaml intellisense when using vs 2015 RC.
in the options I have made sure that it is selected:
and that the designer is used as the default when editing my views;
I have started and restarted Visual Studio several times and yet intellisense remains stubbornly inactive when creating Xaml ( NB it is fine when writing either VB or C# code).
Has anyone else experienced this and found a solution?. Visual Studio 2013 is still on my machine, but the two should work happily side by side, indeed my experience is that they do bar this little matter of no intellisense for xaml.
Thanks
Uncheck Enable XAML designer, restart VS; then check Enable XAML designer again and restart VS again, the Intellisense comes out. This works for me. :)
I also experienced this and my solution was to reset the environment settings using the Import and Export Wizard. Tools->Import and Export Settings. And then clicking on "Reset all settings".
Deleting the .suo file and restarting Visual Studio (20015 rc) solved this for me.

Visual Basic Compiler keeps crashing

The question really says it all. For one project I am working on, the Visual Basic Compiler crashes resulting in me having to restart my IDE.
It looks like it crashes when copying a PDB file and XML file for the web site for obj/debug to the output folder.
Has anyone experienced similar crashes? If so how did you repair it?
Are there any crash logs stored anywhere??
I am using visual Studio version
8.0.50727.762 (SP .050727-7600)
After contincually hitting send error report to microsoft I finally got a little message box saying "We think this might be your problem" with this Link
I believe this is my problem... I have still to obtain the hot fix
Do you actually get an error message or code when it crashes, or do you just get the "Visual Studio stopped working" error message?
I'd second trying to uninstall, reinstall, and reapply SP1, just to make sure it isn't something with your installation. I've never had the VB compiler crash on me, and I'd imagine that permissions problems and other exceptions moving a file would be completely covered within the compiler's internals.
You can try using the event viewer in Administrative Tools to see if any logs were recorded.
Looks like you aren't running Visual Studio 2005 SP1. We had tons of VBC crashes before SP1 -- it was a wonder they even made to RTM on the product. Just terrible. Install Service Pack 1 and your problems will most likely go away.
Have you already tried cleaning your solution/project?
Sometimes the .suo, .ncb and other files maintained by Visual Studio get corrupted resulting in crashes during complilation or debugging.
Simply delete .SUO file and get Nirvana :)