Visual Studio 2012 Intellisense Problem
vincentw56
Posts: 5
With SQL Prompt installed, there seems to be a little Intellisense problem. Looks like both the SQL Prompt and VS Intellisense prompts pop up. The VS one pops up over the SQL Prompt one. It doesn't allow you to use the arrow keys to select anything. See the image here: https://skydrive.live.com/embed?cid=9F1A550139A4BAE9&resid=9F1A550139A4BAE9%2146889&authkey=APIldsCFUBokDuA
Comments
SQL Prompt installer disables native Intellisense, at least in version 5 and higher. You can always disable SSMS Intellisense manually and that will stop both of them trying to work at the same time.
http://msdn.microsoft.com/en-us/library/ms173743.aspx
Great! Didn't know if it was or not. Thanks for the update.