Reputation: 10058
In other IDEs, there are ways (e.g. control + space in netbeans on mac) to ask for suggestions on autocompletion. I was just wondering if there is similar function in SQL server management studio? Thanks in advance for any suggestions!
Upvotes: 8
Views: 39350
Reputation: 807
The IntelliSense will need to be refreshed when you add new objects.
Press
CTRL+SHIFT+R
to do this.
(for reference: https://learn.microsoft.com/en-us/sql/ssms/sql-server-management-studio-keyboard-shortcuts?view=sql-server-2017)
Upvotes: 6
Reputation: 2215
I use few of ApexSQL's Free tools. Though there are little burden on IDE, it servers the purpose.
URL: https://www.apexsql.com/free/
Feel free to drop a message for further queries.
Upvotes: 4