Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aikoven/vscode-slice
Slice Language Support for Visual Studio Code
https://github.com/aikoven/vscode-slice
Last synced: 3 days ago
JSON representation
Slice Language Support for Visual Studio Code
- Host: GitHub
- URL: https://github.com/aikoven/vscode-slice
- Owner: aikoven
- Created: 2017-10-03T09:37:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T08:46:09.000Z (about 1 year ago)
- Last Synced: 2024-11-08T10:33:29.984Z (about 2 months ago)
- Size: 16.6 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slice Language Support for Visual Studio Code
> Deprecated! Please use the [official extension](https://marketplace.visualstudio.com/items?itemName=ZeroCInc.slice).
Syntax highlighting and code snippets for
ZeroC [Ice](https://github.com/zeroc-ice/ice)'s IDL,
[Slice](https://doc.zeroc.com/display/Ice/The+Slice+Language).## Manual Installation
```bash
cd ~/.vscode/extensions
git clone https://github.com/aikoven/vscode-slice.git
```## Credits
Syntax ported from https://github.com/AndiDog/atom-slice