Skip to content

A Visual Studio extension that tweaks intelliSense. Makes completion filtering more fuzzy and adds multi selection intelliSense.

License

Notifications You must be signed in to change notification settings

cfognom/VSIntelliSenseTweaks

Repository files navigation

IntelliSense Tweaks

Features

  • Modified filtering algorithm that improves matching between your typed text and available items.

    • Items are scored based on how well they matched the typed text.
    • Not as strict as default algorithm. As long as all typed characters appears somewhere in correct order in the word it will match.
    • Experience less 'no suggestions'.
    Default filtering IntelliSense Tweaks filtering
    • Supported content types: "CSharp", "CSS", "XAML", "XML"
  • Multi caret/selection intelliSense support.

    • Place two or more carets and trigger word completion (currently hard coded to ctrl + space) and use intelliSense like you are used to in other editors such as VS code.

Donations

If you like the extension and would like to motivate me to work on it more, feel free to donate.

About

A Visual Studio extension that tweaks intelliSense. Makes completion filtering more fuzzy and adds multi selection intelliSense.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages