Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tientq64/livescript-vscode
❄️ LiveScript syntax highlighting, autocomplete, and snippets for VSCode.
https://github.com/tientq64/livescript-vscode
autocomplete livescript snippets syntax-highlighting vscode-extension
Last synced: 8 days ago
JSON representation
❄️ LiveScript syntax highlighting, autocomplete, and snippets for VSCode.
- Host: GitHub
- URL: https://github.com/tientq64/livescript-vscode
- Owner: tientq64
- License: mit
- Created: 2023-03-15T17:52:07.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T07:46:11.000Z (10 months ago)
- Last Synced: 2024-11-20T14:51:09.548Z (2 months ago)
- Topics: autocomplete, livescript, snippets, syntax-highlighting, vscode-extension
- Language: LiveScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=tientq64.livescript-vscode
- Size: 1.41 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# LiveScript for Visual Studio Code
Syntax highlighting, autocomplete, and snippets support for [LiveScript](https://livescript.net), specifically [LiveScript2](https://github.com/tientq64/livescript2).
![Sample](https://i.imgur.com/fkYQpVD.png)
## Features
- Syntax highlighting files with extensions `.ls`, `.livescript`.
- Autocomplete of function, class, method, and property names.
- Some snippets like `log` => `console.log`.Some features are not currently supported (may be available in future versions):
- Syntax highlighting with variable names in kebab-case style.
- Syntax highlighting for `prelude.ls`.## Changelog
[View changelog](./CHANGELOG.md)