Squiggly lines do not appear when typing script

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
jetcz24
Posts: 1
Joined: Tue 28 Jun 2022 14:23

Squiggly lines do not appear when typing script

Post by jetcz24 » Tue 28 Jun 2022 14:35

From MSSQL Management Studio, I'm used to the behavior that when I type a script and I reference object which does not exists (table, column, cte, temp table, whatever...) I immediatelly get red squiggly line under it. dbForge studio doesn't seem to do that until I actually execute the script, this is really annoying. Is there perhaps some setting I'm missing?
Same with variables, I know there is a functionality which prompts me to fill in the values of the parameters when executing the cript for the first time, but I really need to get an error and squiggly lines if there is no declaration of the variables in the script itself.

.jp
Devart Team
Posts: 345
Joined: Wed 09 Sep 2009 06:55
Location: devart

Re: Squiggly lines do not appear when typing script

Post by .jp » Wed 29 Jun 2022 05:14

Hello,

Thanks for the post.

Unfortunately, mentioned functionalities aren't implemented in dbForge Studio yet.

Best Regards.

Post Reply