An extension for Nautilus (GNOME Files) File Manager which adds right-click menu options to open current/selected folder in Code Editors and IDEs like VSCode or GNOME Builder (if they are installed)
This nautilus extension is available in the AUR as nautilus-code and nautilus-code-git. Use your favorite AUR helper to install it.
-
Make sure
git
,meson
and NautilusPython are installed on your system -
Run the following commands in terminal
git clone --depth=1 https://github.com/realmazharhussain/nautilus-code.git cd nautilus-code meson setup build meson install -C build
Note: To uninstall (if installed manually), run the following command in the same directory where you ran the meson install
command
ninja uninstall -C build
Note: Both native and flatpak versions of these apps are supported.
- GNOME Builder
- VSCode
- Official/Proprietary version from Microsoft
- Insiders
- VSCodium
- Code - OSS
- Sublime Text
- Android Studio
- Aqua
- CLion
- DataGrip
- DataSpell
- Fleet
- GoLand
- IntelliJ
- MPS
- PhpStorm
- PyCharm
- Rider
- RubyMine
- WebStorm
- Zed
You can open a GitHub issue to request support for your favorite IDE or Code Editor.