Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Autocomplete stopped working on SSMS 2016

Autocomplete stopped working some while ago for me. Intellisense seems to be otherwise working.

I tried everything mentioned here:

  • Tools >> Options >> Text Editor >> Transact-SQL >> IntelliSense, and Enable IntelliSense is selected
  • Refreshed IntelliSense local cache: both Edit >> IntelliSense >> Refresh Local Cache or the CTRL+Shift+R keyboard shortcut to refresh
  • Enabled statement completion: please go to Tools >> Options >> Text Editor >> Transact-SQL >> General, and checked on Auto list members and Parameter information boxes
  • Rebooted SQL Server Management Studio several times
  • Checked that shortcut "CTRL+Space" is enabled for "Edit.CompleteWord" in Text Editor in Tools >> Options >> Environment >> Keyboard

I have problem only with option:

  • For each opening query window, please go to Query >> Intellisense Enabled

which is greyed out all the time:

enter image description here

I do not know, whether it is connected to my issue, but it might be.

So, how do I enable Autocomplete again?

like image 495
frakon Avatar asked Jan 23 '17 09:01

frakon


3 Answers

Had the same problem: I did all the above mentioned. Solved it finally by disabling the SQLCMD Mode (which was activated)!

enter image description here

like image 184
lennoxGER Avatar answered Sep 28 '22 05:09

lennoxGER


it worked for me after pressing Alt+(Right Arrow)

like image 41
sushil.agarwal Avatar answered Sep 28 '22 04:09

sushil.agarwal


I would recommend to forget about this issue and install 17.1 instead https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms. It is stable, free, looks beautiful and has more nice features than 2016.

like image 23
Denis Reznik Avatar answered Sep 28 '22 05:09

Denis Reznik