diff --git a/web/documentation/index.html b/web/documentation/index.html index 8ac2a80f..b3e66d23 100644 --- a/web/documentation/index.html +++ b/web/documentation/index.html @@ -1377,10 +1377,15 @@
In order to make Coati the perfect partner for your development workflow you can connect Coati with different code editors. You can find the plugins in Coati's download package located in the folder /ide_plugins. Have a look at the following list of supported code editors to find out what editors are currently supported.
We are eager to expand the range of supported editors, so if you can't find a plugin for the code editor you are using, please let us know by writing to support@coati.io.
+The plugins are Opensource and available on github.
Supported Editors:By using a Coati plugin for your code editor, you can select a location within a source file and Coati will show you all symbols found at this location. Please have look at the list below to see which plugins are currently available and how they are used.
-To install the Coati plugin for Sublime Text copy the CoatiPlugin folder located in your ide_plugins/sublime_text to your SublimeText/Packages folder and restart Sublime.
+
If you want Sublime to activate a certain element in Coati, click a location to place the cursor, right-click to bring up the context menu and choose the “Coati - Set active Token” option. Please note that the position of the cursor will be sent to Coati and not the position you opened the context menu at.
+If you want IntelliJ/CLion to activate a certain element in Coati, right-click that element to + bring up the context menu and choose the “Sent Location” option.
+
Please visit the vim-coati repository on Github for details.
-@@ -1441,24 +1450,42 @@ -
package-install-fileIf you want IntelliJ/CLion to activate a certain element in Coati, right-click that element to - bring up the context menu and choose the “Sent Location” option.
+If you want Emacs to activate a certain element in Coati, set your cursor to that element and
+ M-x and type in coati-send-location.
To get Location from Coati the coati-mode need to be active. To active the coati-mode
+ press M-x and type in coati-mode
To install the Coati plugin for Sublime Text copy the CoatiPlugin folder located in your ide_plugins/sublime_text to your SublimeText/Packages folder and restart Sublime.
If you want Sublime to activate a certain element in Coati, click a location to place the cursor, right-click to bring up the context menu and choose the “Coati - Set active Token” option. Please note that the position of the cursor will be sent to Coati and not the position you opened the context menu at.
+
+
Please visit the vim-coati repository on Github for details.
+ + Use +If you want Vim to activate a certain element in Coati, go to the code location and use
+ :CoatiActivateToken, now Coati should display your the chosen location.
Use:help coati.txt get get more information about the plugin
To install the Coati plugin for any version of Visual Studio, just execute the corresponding vsix file located in your ide_plugins/visual_studio.