visual-studio-package Questions
2
I have a Project instance, and I don't understand how to find out the project type/language. Specifically, I need to check for a C/C++ project.
The docs seem lacking.
Previously, another person a...
Preliminaries asked 16/12, 2016 at 8:44
3
Solved
What is best way to obtain Roslyn's SyntaxTree from EnvDTE.ProjectItem? I found some method for the other way (Roslyn's Document into ProjectItem).
I got VSIX command called from opened document a...
Ricotta asked 4/8, 2015 at 11:59
2
Solved
I am creating a Visual Studio Package (this is my first time) and my end goal is to create a context-menu item for the solution explorer that only works on certain file types. (I thought this would...
Septarium asked 21/3, 2013 at 15:34
1
Solved
In a Visual Studio extension I've built I need to highlight method invocations within the Visual Studio editor. For example:
I would like to use HSV colors to divide up the color spectrum accord...
Beerbohm asked 16/9, 2014 at 4:33
1
© 2022 - 2024 — McMap. All rights reserved.