Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In the Moment I'm working with VS2013 and I'm wondering why IntelliSense is not working for/with Visual Basic.
Inside the Options-Menu I found a possibility for C# ... but not for VB.

Does anyone have a Solution for me ?

What I have tried:

Searching with Google - but no result found which helped me ... :(
Posted
Updated 10-Oct-16 1:35am
v2

This is a long-standing bug that still exists in VS2015. Google this phrase: "vs2013 no intellisense in vb.net".

Keep in mind that nothing you find will be guaranteed to work every time. The most prevalant fix I've seen that works is to add RAM to your computer. None of my dev machines at home have less than 16GB, but every once in a while VS2013 still sometimes forgets how to do intellisense. I close the IDE and restart it, and everything woks again.
 
Share this answer
 
Comments
Ralf Meier 10-Oct-16 7:56am    
See my comment in Solution 2
8(
Try -
Tools->Options->Text Editor->All Languages->General


Select checkboxes for Auto list members and Parameter information.
:)
 
Share this answer
 
v2
Comments
Ralf Meier 10-Oct-16 7:55am    
This part I allready found ... and I also found my mistake ... but I'm ashamed to post it as Solution.

I added my Code in the Project NOT under the Application but under the Folder 'Solution Items'. In this Folder 'IntelliSense' is not supported.

But thank you anywhere ...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900