Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Slice HighlighterNew to Visual Studio Code? Get it now.

Slice Highlighter

ZeroC

|
735 installs
| (1) | Free
Provides support for Slice syntax highlighting.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Slice Extension for Visual Studio Code

This simple language extension adds support for Slice syntax highlighting to Visual Studio Code and other environments, such as GitHub and the Visual Studio IDE.

Installation

Visual Studio Code

The Slice Highlighter extension can be installed from the Visual Studio Code Marketplace or through VS Code Quick Open (Ctrl + P) with the following command:

ext install "Slice Highlighter"

To manually install this extension from source, first navigate to the .vscode/extensions folder in your home directory (If this folder doesn't already exist, you'll have to create it), and copy this repository into it: .vscode/extensions/vscode-slice.

cd ~/.vscode/extensions
git clone https://github.com/zeroc-ice/vscode-slice.git

Visual Studio

The Slice Highlighter extension is included with the Ice Builder for Visual Studio extension on the Visual Studio Marketplace.

To manually install this extension from source, first navigate to the .vs/extensions folder in your home directory (If this folder doesn't already exist, you'll have to create it), and copy this repository into it: .vs/extensions/vscode-slice.

cd ~/.vs/extensions
git clone https://github.com/zeroc-ice/vscode-slice.git
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2022 Microsoft