Sergey M

Results 17 comments of Sergey M

Agreed. How do you used search for it? Give me an example please. Thanks.

My recollection of why it was removed from the latest version - determining relative project path had issues for some project types, like web ones opened via URL. And that's...

Updating manifest is easy. What that will lead to is need for more testing, which I'm not equipped to handle personal time and environment wise. And there is also Azure...

Yep, that, vsixmanifest that is, is what needs to be modified. The challenges it creates are related to build and distribution, ie building 2 separate versions, modifying the pipeline to...

No problem. Yeah, it's been long gone.

Thanks, I'll investigate. I suspect that file type is unlikely to expose the code model to VS extensibility APIs. If that turns out to be the case, which I suspect...

Investigated it and as I suspected it extensibility accessible code model isn't made available. So technically it'd be doable *if* I were to convert to Roslyn parser for code model...

I definitely have no plans for maintaining 2 code bases. Ideally, I'd convert to Roslyn but unfortunately, I'd have to drop C++ support, or at least make code model pluggable...

FYI, I've been exploring Roslyn integration for C#/VB. Made a decision to move forward as I ran into scenario where one particular feature was only accessible via Roslyn now. Thought...

Thanks for reporting it. I'll investigate to see if it's exposed via VS extensibility API.