realmazharhussain / nautilus-code

Extension for Nautilus (GNOME Files) which adds right-click menu items to open current folder in code editors e.g. VSCode, GNOME Builder
79 stars 8 forks source link

Added JetBrains Support #23

Closed BVengo closed 1 year ago

BVengo commented 1 year ago

Added native and flatpak support for Jetbrains IDEs.

All of these apply to installations via Jetbrains Toolbox as well, since it creates links for the native commands (resolves https://github.com/realmazharhussain/nautilus-code/issues/9).

Every new IDE was installed and tested (both Native and Flatpak) to confirm that they open projects as expected and don't require additional arguments. Language support will still need updating with all the new IDEs, however I also noticed that many of the translation files already had incorrect line numbers in the comments.

List of Jetbrains IDEs:

Android Studio
Aqua
CLion
DataGrip
DataSpell
Fleet
GoLand
IntelliJ
MPS
PhpStorm (already supported)
PyCharm
Rider
RubyMine
WebStorm
BVengo commented 1 year ago

Had to make a new PR - I couldn't reopen the old one unfortunately since it's still looking at the missing commits.