2

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

Osama AbuSitta
  • 3,918
  • 4
  • 35
  • 51

3 Answers3

7

Just go to:

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

Uncheck "Enable IntelliSense"

I hope to solve your issue.

DeJaVo
  • 3,091
  • 2
  • 17
  • 32
0

If anybody is in SQL server management studio like me this is where to turn this off in there:

enter image description here

Nathan Prather
  • 2,098
  • 1
  • 18
  • 15
0

Salaam

In Microsoft Visual Studio Enterprise 2017 Version 15.9.6 its:

  • Tools -> Options -> Text Editor -> SQL Server Tools -> Statement completion

  • Uncheck Auto list members

Thank You

Ali Jamal
  • 1,383
  • 1
  • 13
  • 20