HTML-CSS-Class-Completion
HTML-CSS-Class-Completion copied to clipboard
:chocolate_bar: Visual Studio Code extension that provides CSS class name completion for the HTML class attribute based on the CSS files in your workspace
 is there a way to disable the autocomplete when I'm writing comments because it triggers the first time when I press "." and after keeps triggering everytime I press...
Issue Type: Bug Saving a typescript file, VS code shows: Saving 'index.tsx': Running 'TypeScript and JavaScript Language Features' Formatter (configure). and stops compiling. Extension version: 1.20.0 VS Code version: Code...
👋 Hi there, Ben here, from the VS Code team. We just released VSCode 1.57 that landed a new stable API for status bar items to provide `id` and `name`...
Issue Type: Performance Issue 1. Install eslint and prettier extension 2. Enable format on save 3. Make a change on a .js file 4. Save the file VS Code will...
Hello :wave: I'm from the VS Code team. Recently, we have been exploring a security feature we refer to as _Workspace Trust_. This feature is intended to centralize and unify...
👋 Hi there, Martin here, from the VS Code team. Recently we've announced the [Remote Repository feature](https://code.visualstudio.com/updates/v1_56#_remote-repositories-remotehub) that lets you browse and edit files and folders directly on GitHub. `Open...
As I type, I'm not getting the suggestions popped.
Currently the regex used for this extension -> `const classNameRegex: RegExp = /[.]([\w-]+)/g;` will only accept standard class name characters. However, you can (as of CSS 2.1) escape non-standard characters...
- Issue Type: `Performance` - Extension Name: `html-css-class-completion` - Extension Version: `1.18.0` - OS Version: `Linux x64 4.15.0-45-generic` - VSCode version: `1.31.0` [Zignd.html-css-class-completion-unresponsive.cpuprofile.txt](https://github.com/zignd/HTML-CSS-Class-Completion/files/2844014/Zignd.html-css-class-completion-unresponsive.cpuprofile.txt)
I have faced some issues related with class names with escaped characters like `.color-red\@mobile` or `.focus\:color-red`. Please, find here are some of my findings: ````` /* available for autocomplete */...