Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danileao/vscode-css-variables-autocomplete


https://github.com/danileao/vscode-css-variables-autocomplete

Last synced: 12 days ago
JSON representation

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)