Skip to content

Dreamescaper/IntelliSenseExtender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1d4410b · Jan 25, 2024
Jan 25, 2024
Jan 25, 2024
Dec 3, 2018
Mar 17, 2017
Mar 17, 2017
Apr 19, 2017
Dec 7, 2021
Mar 22, 2017
Feb 8, 2021
Jan 25, 2024

Repository files navigation

IntelliSenseExtender

Build status

VS Marketplace - IntelliSense Extender 2017

VS Marketplace - IntelliSense Extender 2019

Features:

  • Suggest interfaces implementations or derived types during assignments
  • Suggest static factory methods if they are present for type during assignments
  • Suggest suitable locals and members first

⚠️ Warning:

  • Microsoft has added the ability to show items from unimported namespaces when autocompleting with Intellisense. Because of that this plugin does not provide unimported types completions. If using Visual Studio >16.8, enable "Show items from unimported namespaces" in the Visual Studio options window.
Screenshot

example