Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望它自动完成,以便:
select id from customers
变成这样:
SELECT [id] FROM [customers]
尝试遵循编码标准,这将节省大量不必要的打字。
我不相信有任何方法可以设置本机 IntelliSense 来执行此操作。但是您可能对某些类似于第 3 方 IntelliSense 的产品和/或 SQL 格式化程序感到幸运。我不会在这里列出它们,只是因为这个答案会比其中一些(或者至少是我提供的 URL)更持久。搜索引擎应该会引导您找到一些免费解决方案以及各种付费解决方案的试用版。