-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Visual Studio 2017 #1
Comments
Hi @lethalshadow, I am working on it. |
How is this proceeding? |
@OsirisTerje , I have made some progress including refactor the project structure, and adding new code. Currently, I am blocked by a issue that VS2017 does not trigger data point creation code which is used to trigger the code for metric calculation. |
I had the same problem with VS 2017, but it turned out to be a problem with Try adding an Importing constructor
Also I have switched to Microsoft.VisualStudio.CodeSense.Roslyn which contains the The |
@brukwa , thank you for your help. I will give it a try. |
Hi @jeffchen-codingconsultantco , my guess is that you abandoned the project, am I right? |
Microsoft has opened CodeLens API for 3rd party extension. I guess I will have a look if there is a chance to migrate to official API. However, I guess other extension vendor has already started to provide new functionality base on this new API. |
Well it is somewhat official: VSSDK-Extensibility-Samples |
Could this extension be built for Visual Studio 2017 as well?
The text was updated successfully, but these errors were encountered: