[Question] Is `theme()` auto completion supported?
See original GitHub issueI set up everything on svelte + vite integration with windicss and using theme()
doesn’t seem to work but everything worked fine like @apply
, and css inside template auto-completion (class="bg-blue-500")
.
editor.quickSuggestion
is set totrue
"svelte": "html"
is set as one of theincludeLanguages
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
IntelliSense in Visual Studio Code
The editor supports "tab completion" which inserts the best matching completion when pressing Tab. This works regardless of the suggest widget showing or...
Read more >Autocompletion in ACE editor - Stack Overflow
setTheme("ace/theme/monokai");. Line below sets the mode based on programming language...other modes here: editor.getSession().setMode ...
Read more >How to turn off form autocompletion - Web security | MDN
By default, browsers remember information that the user submits through <input> fields on websites. This enables the browser to offer ...
Read more >Auto Complete - EmacsWiki
If you are using the current development version of AutoComplete (0.20 at the time of this edit) be aware that ac-source-semantic is now ......
Read more >Autocomplete Questions & Supplemental Data - Qualtrics
Autocomplete is a text entry question type that can guess the answer a respondent's going to give. It draws on a list of...
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 Free
Top 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
Ok now I understand. I don’t think this feature is yet supported. As an workaround you can do your own regex pattern with the includeLanguages option