Implemen Emmet-style autocomplete
See original GitHub issueWhen editing a .svg
file, I can’t seem to get autocompletion to trigger. It always says “No suggestions”. Presumably it’s some setting I have that’s interfering with things, but I can’t for the life of me figure out which one.
How can I get SVG autocomplete to work again?
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Blade Directive Autocomplete Not Working · Issue #44 - GitHub
I can't seem to get the autocomplete for blade directives to work. When typing @f I would expect it to show a list...
Read more >Emmet in Visual Studio Code
Emmet in suggestion/auto-completion list. When you start typing an Emmet abbreviation, you will see the abbreviation displayed in the suggestion list.
Read more >Functionality to edit the source file? : r/ProgrammingLanguages
Functionality to edit the source file? Just wondering if there are any programming languages which allow users to put instructions in a source ......
Read more >Trending - Package Control
Typescript auto completion with your project method name, and inject method manually with a module/class/method dictionary build from your TypeScript ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Full Emmet 2.0 style autocomplete has added in 1.3.12.
The Emmet-style autocomplete trigger is not supported for now. Why? Because I didn’t implemented it. 😅 This behavior needs to be implemented entirely on its own outside of HTML/CSS, so I’ll plan to do it, but it won’t be quick.