From d3e92444ad1a34073f971db5884a72edb1b73c5f Mon Sep 17 00:00:00 2001 From: Sainan Date: Fri, 9 Aug 2024 16:01:52 +0200 Subject: [PATCH] Add visual studio installation --- docs/Editor Integration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Editor Integration.md b/docs/Editor Integration.md index 4e09450e8..34b199193 100644 --- a/docs/Editor Integration.md +++ b/docs/Editor Integration.md @@ -13,6 +13,7 @@ Although Pluto can theoretically be used with Lua-based tooling, we provide spec - **VS Code:** Search for `calamity-inc.pluto-syntax-highlighting` in the marketplace and press "Install." - **Sublime Text:** Open the command palette (Ctrl+Shift+P), select "Package Control: Install Package", search for "Pluto", and press enter. +- **Visual Studio:** Click on Extensions > Manage Extensions. In the Online section, search for `calamity-inc.pluto-vsix` and press "Download." - **IntelliJ:** Clone [our syntax highlighting repository](https://github.com/PlutoLang/Syntax-Highlighting) and add the tmbundle folder to **Editor > TextMate Bundles**. If your editor is not listed here, check if it is able to load TextMate bundles, in which case you should be able to do something similar to the IntelliJ instructions above.