Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danileao/vscode-css-variables-autocomplete
https://github.com/danileao/vscode-css-variables-autocomplete
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/danileao/vscode-css-variables-autocomplete
- Owner: danileao
- Created: 2020-08-14T21:18:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-14T21:34:37.000Z (about 4 years ago)
- Last Synced: 2024-08-01T16:56:22.515Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 808 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Var colors Completions
This sample shows how to provide "var" colors completions aka IntelliSense into the editor. The sample uses the `CompletionItemProvider` api.
![Sample](demo.gif)
## VS Code API
### `vscode` module
- [`languages.registerCompletionItemProvider`](https://code.visualstudio.com/api/references/vscode-api#languages.registerCompletionItemProvider)