Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MatrixV01 opened this issue Jun 5, 2017 · 2 comments

Comments

@MatrixV01
Copy link

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

@abusaidm
Copy link
Owner

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.

@MatrixV01
Copy link
Author

MatrixV01 commented Jun 13, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants