Intellisence not working in VS 2017 SSDT
GHauan
Posts: 13 New member
I am trying out the database project in VS2017 SSDT. It seems that the intellisence there is not working very well. I have SQLPrompt also in VS, so I am not sure if the problem is with VS or SQLPrompt.
I first noticed the problem if I added post deployment scripts, but then when I tried to edit a SP, I had the same problem there. Suggestions are not popping up. (To clarify: it is suggestions for user objects (tables etc) that do not pop up. Keywords like SELECT and FROM are still there.)
Any tips?
I first noticed the problem if I added post deployment scripts, but then when I tried to edit a SP, I had the same problem there. Suggestions are not popping up. (To clarify: it is suggestions for user objects (tables etc) that do not pop up. Keywords like SELECT and FROM are still there.)
Any tips?
Tagged:
Comments
https://developercommunity.visualstudio.com/content/problem/24484/sql-prompt-intellisense-for-database-objects-doesn.html
Unfortunately SQL Prompt does not support suggestions directly from SSDT projects at the moment. Adding support for SSDT is currently on our public roadmap
I'd recommend adding a suggestion to uservoice here or voting on an existing suggestion.
Sorry I couldn't be more helpful!
Thanks,
James
Redgate Software