1tontech / bootstrap4-snippets

Visual studio extension & Intellij plugin for Bootstrap 4, Font awesome 4, Font Awesome 5 Free & Pro snippets/live templates
MIT License
117 stars 43 forks source link

intellisense string matching in reverse #18

Open mastahype opened 5 years ago

mastahype commented 5 years ago

When this is installed, intellisense matches snippet tags in reverse. For example, typing "2" anywhere in a php/html file will result in a lookup that matches any of the font awesome snippets such as fa5p-signal-2, fa5p-signal-alt-2. I don't know if this is your code or vscode, but I've yet to see any other extension behave this way for snippets or code completion. This makes typing numbers generate the tool tips every time for no reason. It should only activate when the beginning part of the tag is typed as described. Ex. fa5p-*

Unfortunately, I'd installed this extension as an included pack from "Front-End Professional", so I have to uninstall that entire suite to disable this annoyance. image