diff --git a/documentation/aleo/07_tooling.md b/documentation/aleo/07_tooling.md index 1bd1ab75c5..33f0ba4fff 100644 --- a/documentation/aleo/07_tooling.md +++ b/documentation/aleo/07_tooling.md @@ -9,8 +9,7 @@ If you have installed a Leo syntax [plugin](../leo/06_tooling.md) then you should already be able to see syntax highlighting for `.aleo` Aleo instructions. ::: -Aleo maintains several syntax highlighting implementations across different platforms. -If you do not see your favorite editor on this list, please reach out on [GitHub](https://github.com/AleoHQ/welcome/issues/new). +Aleo maintains several syntax highlighting implementations across different platforms. If you do not see your favorite editor on this list, please reach out on [GitHub](https://github.com/AleoHQ/welcome/issues/new). 1. [Sublime Text](#sublime-text). 2. [Visual Studio Code](#vscode). @@ -32,7 +31,8 @@ Aleo instructions support for Sublime's LSP plugin is provided through a languag Follow these steps to toggle the `Aleo instructions` syntax highlighter. 1. Open `Sublime Text`. -2. From Preferences > Select Color Scheme... > LSP-leo +2. From Settings > Select Color Scheme... > LSP-leo +3. This will also allow you to see syntax highlighting for Aleo instructions. ## VSCode @@ -42,12 +42,13 @@ Download the editor here: https://code.visualstudio.com/download. ### Install 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`. +2. The correct extension ID is `aleohq.leo-extension`, and the description should state "the official VSCode extension for Leo". ### Usage 1. Open `VSCode`. 2. Go to Settings > Extensions or use the left side panel Extensions button to enable the Leo plugin. +3. This will also allow you to see syntax highlighting for Aleo instructions. ## IntelliJ @@ -57,4 +58,5 @@ Download the editor here: https://www.jetbrains.com/idea/download/. ### Install 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 +2. Click on the gear icon in the upper right > Plugins > gear icon up top > Install Plugin from Disk > Select the downloaded zip file +3. This will also allow you to see syntax highlighting for Aleo instructions. \ No newline at end of file diff --git a/documentation/aleo/images/intellij.png b/documentation/aleo/images/intellij.png index ec13f215e9..bc25f122ad 100644 Binary files a/documentation/aleo/images/intellij.png and b/documentation/aleo/images/intellij.png differ diff --git a/documentation/aleo/images/sublime.png b/documentation/aleo/images/sublime.png index c7b64e8afe..9bc390d8fa 100644 Binary files a/documentation/aleo/images/sublime.png and b/documentation/aleo/images/sublime.png differ diff --git a/documentation/aleo/images/vscode.png b/documentation/aleo/images/vscode.png index 7f0babdada..4198489bbb 100644 Binary files a/documentation/aleo/images/vscode.png and b/documentation/aleo/images/vscode.png differ diff --git a/documentation/leo/06_tooling.md b/documentation/leo/06_tooling.md index 4e7597fc76..76f2cbbfcd 100644 --- a/documentation/leo/06_tooling.md +++ b/documentation/leo/06_tooling.md @@ -4,8 +4,7 @@ title: Tooling for Leo sidebar_label: Tooling --- -Aleo maintains syntax highlighting implementations across different platforms. -If you do not see your favorite editor on this list, please reach out on [GitHub](https://github.com/AleoHQ/welcome/issues/new). +Aleo maintains syntax highlighting implementations across different platforms. If you do not see your favorite editor on this list, please reach out on [GitHub](https://github.com/AleoHQ/welcome/issues/new). 1. [Sublime Text](#sublime-text) 2. [Visual Studio Code](#vs-code) @@ -15,10 +14,11 @@ If you do not see your favorite editor on this list, please reach out on [GitHub [//]: # (![](./images/sublime.png) ) Download the editor here: https://www.sublimetext.com/download. -Leo support for Sublime's LSP plugin is provided through a language server. +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-Leo](https://packagecontrol.io/packages/LSP-leo) 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 @@ -26,7 +26,7 @@ Leo support for Sublime's LSP plugin is provided through a language server. Follow these steps to toggle the `Leo` syntax highlighting, hover, and tokens. 1. Open `Sublime Text`. -2. From Preferences > Select Color Scheme... > LSP-aleo-developer +2. From Settings > Select Color Scheme... > LSP-leo ## VS Code @@ -35,13 +35,13 @@ Download the editor here: https://code.visualstudio.com/download. ### Install -Install [Leo for VS Code](https://marketplace.visualstudio.com/items?itemName=aleohq.leo-extension) from the VS Code 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`, and the description should state "the official VSCode extension for Leo". ### Usage -1. Open `VS Code`. -2. From Preferences > Color Theme... > Aleo Theme +1. Open `VSCode`. +2. Go to Settings > Extensions or use the left side panel Extensions button to enable the Leo plugin. ## Intellij @@ -50,4 +50,5 @@ Download the editor here: https://www.jetbrains.com/idea/download/. ### Install -Install the [Leo for Intellij](https://plugins.jetbrains.com/plugin/19979-leo) from the JetBrains marketplace. +1. Download the [Aleo Developer Plugin](https://plugins.jetbrains.com/plugin/19890-aleo-developer) from JetBrains marketplace. +2. Click on the gear icon in the upper right > Plugins > gear icon up top > Install Plugin from Disk > Select the downloaded zip file diff --git a/documentation/leo/07_leo_playground.md b/documentation/leo/07_leo_playground.md index b2403672e6..aeba73d641 100644 --- a/documentation/leo/07_leo_playground.md +++ b/documentation/leo/07_leo_playground.md @@ -110,7 +110,8 @@ tx-cannon batch-execute --test helloworld.toml -e http://localhost:3030 Again, check that the program executed: http://localhost:3030/testnet3/transaction/``. There's much more functionality to be explored in the [tx-cannon repository](https://github.com/AleoHQ/tx-cannon). You can batch deploy, execute, and transfer, so take advantage of this tool to run development tests on your application! - + + Congratulations, you took a project off Playground and successfully deployed it to an Aleo devnet!