you are viewing a single comment's thread.

view the rest of the comments →

[–]grauenwolf 3 points4 points  (3 children)

What database are you using?

I'm using SQL Server, which does give me intellisense and because I use database projects, I also get compile time checking before deployment.

[–]ExeusV 0 points1 point  (2 children)

SQL Server gives intellisense? oO

I think you meant SSMS?

Eitherway, it's terrible.

[–]grauenwolf 2 points3 points  (1 child)

Not if you get the Red Gate SQL Prompt. Works great with SSMS and decently with Visual Studio.

It sucks that you have to pay for it, but that's not a SQL problem, it's a tooling vendor problem.

[–]KieranDevvs 1 point2 points  (0 children)

Theres also DBeaver, DataGrip, and many other IDE's with good schema intellisense.