Refactoring feature: Add Quotes to names
it would be very helpful if you have an option that encloses object names in quotes. The option should allow you to specify the quote characters to use (brackets vs quotes).
This would transform references like:
dbo.myTable
To
[dbo].[myTable]
It would also be nice if this option could be set to be applied during auto-complete.
4
votes
BJ Safdie
shared this idea
-
Ryan commented
Would hope refactor capabilities include smarter line breaks. If you have a line break within INNER JOIN it will not fix it.
Looks Like:
INNER
JOINShould Look Like:
INNER JOIN