Skip to content

Commit

Permalink
updated links and plugin instructions to reflect latest (#333)
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Chen <[email protected]>
  • Loading branch information
frank-aleo and Frank Chen authored Feb 12, 2024
1 parent 443f0db commit cb7fe74
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions documentation/aleo/07_tooling.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,40 +17,44 @@ If you do not see your favorite editor on this list, please reach out on [GitHub
3. [Intellij](#intellij).

## Sublime Text

![](./images/sublime.png)
Download the editor here: https://www.sublimetext.com/download.
Aleo instructions support for Sublime's LSP plugin is provided through a language-server.

### Install

1. Install [LSP](https://packagecontrol.io/packages/LSP) and [LSP-aleo-developer](https://packagecontrol.io/packages/LSP-aleo-developer) from Package Control.
1. Install [LSP](https://packagecontrol.io/packages/LSP) and [LSP-leo](https://packagecontrol.io/packages/LSP-leo) from Package Control.
2. Restart Sublime.

### Usage

Follow these steps to toggle the `Aleo instructions` syntax highlighter.

1. Open `Sublime Text`.
2. From Preferences > Select Color Scheme... > LSP-aleo-developer
2. From Preferences > Select Color Scheme... > LSP-leo

## VSCode

![](./images/vscode.png)
Download the editor here: https://code.visualstudio.com/download.

### Install

Install [Leo for VSCode](https://marketplace.visualstudio.com/items?itemName=aleohq.leo-extension) from VSCode marketplace.
The correct extension ID is `aleohq.leo-extension`.
1. Install [Leo for VSCode](https://marketplace.visualstudio.com/items?itemName=aleohq.leo-extension) from VSCode marketplace.
2. The correct extension ID is `aleohq.leo-extension`.

### Usage

1. Open `VSCode`.
2. From Preferences > Color Theme... > Aleo Theme
2. Go to Settings > Extensions or use the left side panel Extensions button to enable the Leo plugin.

## Intellij
## IntelliJ

![](./images/intellij.png)
Download the editor here: https://www.jetbrains.com/idea/download/.

### Install

Install the [Aleo Developer Plugin](https://plugins.jetbrains.com/plugin/19890-aleo-developer) from JetBrains marketplace.
1. Download the [Aleo Developer Plugin](https://plugins.jetbrains.com/plugin/19890-aleo-developer) from JetBrains marketplace.
2. Click on Plugins on the left side panel > gear icon > Install Plugin from Disk > Select the downloaded zip file

0 comments on commit cb7fe74

Please sign in to comment.