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.
是否有适用于 Visual Studio 的插件,可以将我的 mssql 字符串显示为实际查询,并带有突出显示,如果可能的话是智能感知。
我不想讨论为什么查询在代码中,它是一个正在运行的项目,并且已经为我做出了这个决定。
现在的代码:
string sql = @"select * from A where a.Id = @pId"
我想要的是上面突出显示,所以它看起来像一个查询,所以它显示 select 和 where 作为实际的 sql。我需要的是某种分析器插件。
看起来你可以看看http://visualstudiogallery.msdn.microsoft.com/a3a662c6-28eb-4de9-9a29-d328b1ac3f6b来解决你的问题。