Skip to content

Commit

Permalink
added Intellij Idea Ultimate and Goland under Linux IDE options (#985)
Browse files Browse the repository at this point in the history
* added intellij idea ultimate and golang under linux IDE options

* Update Linux IDE integration doc

---------

Co-authored-by: madeindreams <madeindreams@protonmail.com>
Co-authored-by: madeindreams <ian@idecentralize.finance>
  • Loading branch information
3 people committed May 28, 2024
1 parent 8c4954c commit 0c55d4a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/src/lib/editors/linux.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,20 @@ const editors: ILinuxExternalEditor[] = [
name: 'IntelliJ IDEA',
paths: ['/snap/bin/idea', '.local/share/JetBrains/Toolbox/scripts/idea'],
},
{
name: 'IntelliJ IDEA Ultimate Edition',
paths: [
'/snap/bin/intellij-idea-ultimate',
'.local/share/JetBrains/Toolbox/scripts/intellij-idea-ultimate',
],
},
{
name: 'IntelliJ Goland',
paths: [
'/snap/bin/goland',
'.local/share/JetBrains/Toolbox/scripts/goland',
],
},
{
name: 'JetBrains PyCharm',
paths: [
Expand Down
2 changes: 2 additions & 0 deletions docs/technical/editor-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,8 @@ These editors are currently supported:
- [Lite XL](https://lite-xl.com/)
- [JetBrains PHPStorm](https://www.jetbrains.com/phpstorm/)
- [JetBrains WebStorm](https://www.jetbrains.com/webstorm/)
- [JetBrains Idea Ultimate](https://www.jetbrains.com/idea/)
- [JetBrains Goland](https://www.jetbrains.com/go/)
- [Emacs](https://www.gnu.org/software/emacs/)
- [Pulsar](https://pulsar-edit.dev/)

Expand Down

0 comments on commit 0c55d4a

Please sign in to comment.