html-snippets icon indicating copy to clipboard operation
html-snippets copied to clipboard

Div tag conflicts with editor.wordBasedSuggestions settings.json after first use

Open MatrixV01 opened this issue 8 years ago • 2 comments

First Div tag autocompletes fine but all subsequent Div tags push HTML snippet below word suggestion when editor.wordBasedSuggestions is true (Default):

screen shot 2017-06-05 at 4 11 23 pm

editor.wordBasedSuggestions set to False:

screen shot 2017-06-05 at 4 10 52 pm

MatrixV01 avatar Jun 05 '17 21:06 MatrixV01

hello @MatrixV01 I don't understand what the issue here is? editor.wordBasedSuggestions is a variable controlled on the editor and can not be manipulated by the extension. The user would configure their IDE as they see fit for a particular project.

abusaidm avatar Jun 13 '17 00:06 abusaidm

To my knowledge there is no way for the User to change where editor.wordBasedSuggestions appear in the Intellisense suggestion modal. You can only turn it on or off.

The issue is that HTML Snippets show up as the first Intellisense suggestion for all HTML elements in an HTML file, as expected, with the exception of "div" after the first instance of it. My assumption was that the extension dictates that it shows up as the first Intellisense suggestion in an HTML file. If that is not controlled by the extension, that's understandable.

MatrixV01 avatar Jun 13 '17 02:06 MatrixV01