vs-NavigateTabGroups icon indicating copy to clipboard operation
vs-NavigateTabGroups copied to clipboard

Visual Studio 2022 support

Open Intrets opened this issue 3 years ago • 6 comments

I started with an empty VSIX project and added TabGroupJump.cs. Had to add a reference to Microsoft.VisualStudio.Platform.WindowManagement, but nothing else. Building might not work for everyone (?).

As a result some files also didn't get generated in a new project, I don't think they are needed so I left them out.

Intrets avatar Nov 10 '21 01:11 Intrets

I just realised I really bruteforced it and it will ONLY work for 2022, not add support for 2022.

Intrets avatar Nov 10 '21 13:11 Intrets

I'm okay with only having 2022 support; uploading as different extension is one possibly, which is the path I'll most likely if needed.

I need to update from preview to 2022 and check this out locally. But if it works out, I should be able to upload within the next week or so.

zastrowm avatar Nov 21 '21 22:11 zastrowm

~~I don't think the things I did have made much sense. On second look it is screaming piles of warnings at me about referencing local .dlls.~~ added old VSPackage.resx back ~~And then there was something with a refernce to Microsoft.VisualStudio.Platform.WindowManagement that I solved by giving it a hint to the default VS2022 installation location, which of course is not good either.~~ should be fixed

Intrets avatar Nov 22 '21 14:11 Intrets

On the topic of uploading as a different extension, all the plugins I use have appeared as a seperate plugin for VS2022, so that will probably be necessary. But breaking old targets like I did is maybe a bit unnecessary.

Intrets avatar Nov 22 '21 16:11 Intrets

I would love to get this thing uploaded! It's crazy there's no native support for this in VS2022 😄 If I can help in some way, I'm up for that.

jonas-lomholdt avatar Dec 23 '21 08:12 jonas-lomholdt

I just realized that I can just download this repo and build the extension and use it. So here's my local build. It works on my box 😉

https://github.com/jagt/vs-NavigateTabGroups/releases/tag/vs2022

Also thanks for all your good works! I literally can't use VS without this extension.

jagt avatar Jan 15 '22 02:01 jagt