visual-studiovisual-studio-2013red-gate-sql-prompt

How to disable visual studio intellisense just in SQL Query?


I have a redgate [sql prompt] extention intellisense on visual studio 2013 ,when I am type in SQL Query the two intellisense appear see the below Image , So I want to disable the visual studio intellisense Just in SQL Query [Not in all visual studio ]

intellisense issue


Solution

  • Just go to:

    Tools -> Options -> Text Editor -> SQL Server Tools -> IntelliSense
    

    Uncheck "Enable IntelliSense"

    I hope to solve your issue.