oleg-shilo / PyMap.VSIX

CodeMap extension for Visual Studio 2017-2022
18 stars 3 forks source link

VS 2022 #3

Closed therealzoomgod closed 1 year ago

therealzoomgod commented 2 years ago

Will you be updating this for 2022 ? Also showing function decorators would be a great addition.

If your no longer interested in developing this would you make the previous versions source available ?

Really have become hooked on having this, so useful on big projects

Thanks

oleg-shilo commented 2 years ago

I was not sure about the extension's popularity so I did not pay much attention to maintaining it.

Migrating to VS2022 is quite simple. I can have a look at it in a week or two.

If you want to give it a try by yourself then the starting codebase will be this very repository (https://github.com/oleg-shilo/PyMap.VSIX/tree/master/PyMap). This codebase builds into VS2017 and VS2019 IDE. For VS2022 the project structure will need to be changed. But it will need no other cod echanges

therealzoomgod commented 2 years ago

I did not realize the source was here but I am not much of a C# programmer, C/C++ I could handle.

No rush, if you can do it I can wait. It's an outstanding aide for those working on big python projects, no idea why they havn't incorporate this to the python toolkit.

Thanks for the quick response Oleg !

therealzoomgod commented 2 years ago

I took a shot at updating it. I just used nuget to update packages, removed the old manifest entry and created a new one for VS 2022 community. Seems to work fine.

Thanks

oleg-shilo commented 2 years ago

Can you please just create a pull request with the new manifest so I can republished ..

therealzoomgod commented 2 years ago

Done but it does specify Community Edition, I followed a MS doc on migrating a vsix to 2022. Other editions may need added to the manifest.

oleg-shilo commented 1 year ago

Done. Published on VS Marketplace