Developing Custom intellisense
I want to develop a plugin to support custom intellisense SQL code. For example
string queryString = "SELECT CategoryID, CategoryName FROM dbo.Categories;";
I want to provide intellisense support for the SQL string. Can I do this using the Resharper plugin SDK or do I have to use Visual Studio 2015 SDK
Thanks
Jay
Please sign in to leave a comment.