Dreamescaper / IntelliSenseExtender

GNU General Public License v3.0
88 stars 17 forks source link

[Feature Request]: Visual Studio 2022 Support #71

Closed PWagner1 closed 2 years ago

PWagner1 commented 2 years ago

Hi @Dreamescaper

I was wondering if there were any plans to support Visual Studio 2022?

Dreamescaper commented 2 years ago

I wasn't sure whether it makes a lot of sense, as most of the features are already available in VS out-of-the-box now. Could you let me know which features are you interested in?

Dreamescaper commented 2 years ago

Here's the URL for VS2022 version: https://ci.appveyor.com/api/buildjobs/adcs74forg4ch1w9/artifacts/IntelliSenseExtender%2Fbin%2FRelease%2Fnet472%2FIntelliSenseExtender.vsix

Please let me know if there are any issues. I'll test it for a couple of days before publishing to marketplace.

PWagner1 commented 2 years ago

I was really interested in the automatic pulling in of the using statements. I will test it and report back if there are any issues.

Dreamescaper commented 2 years ago

Yeah, import completions are available in VS itself now, you don't need this extension for that.

If using Visual Studio >16.8, enable "Show items from unimported namespaces" in the Visual Studio options window.