Dreamescaper / IntelliSenseExtender

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

Don't import "<global namespace>" when the class isn't in a namespace #31

Closed pipe01 closed 6 years ago

pipe01 commented 6 years ago

This is useful the most when working with Unity, as the default is to not use any namespaces. Removing the item from the completion list would be fine, as importing it isn't needed.

Dreamescaper commented 6 years ago

Fixed in latest master. I need to fix several things before pushing it to Marketplace, but you can get VSIX from latest appveyor build if it bothers you a lot.

https://ci.appveyor.com/api/buildjobs/huaw5trf3rlmxj3t/artifacts/IntelliSenseExtender%2Fbin%2FRelease%2FIntelliSenseExtender.vsix

pipe01 commented 6 years ago

Awesome, thanks!