You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lets say that I have 2 files opened - main.html and main.js.
In main.html I have an element ID that's called 'big-video'.
In the main.js file, the autocomplete would only suggest 'big', instead of 'big-video'.
I checked if an underscore works and it does, but the dash seems to be breaking the autocompletion feature.
The text was updated successfully, but these errors were encountered:
Lets say that I have 2 files opened - main.html and main.js.
In main.html I have an element ID that's called 'big-video'.
In the main.js file, the autocomplete would only suggest 'big', instead of 'big-video'.
I checked if an underscore works and it does, but the dash seems to be breaking the autocompletion feature.
The text was updated successfully, but these errors were encountered: