Skip to content

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

Notifications You must be signed in to change notification settings

realmazharhussain/nautilus-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nautilus-code

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)

How to install?

On ArchLinux/Manjaro (and other ArchLinux-based distributions)

This nautilus extension is available in the AUR as nautilus-code and nautilus-code-git. Use your favorite AUR helper to install it.

Manual Installation

  • 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

Supported Code Editors and IDEs

Currently Supported

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

Request support for your favorite IDE or Code Editor

You can open a GitHub issue to request support for your favorite IDE or Code Editor.

About

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

Resources

Stars

Watchers

Forks

Sponsor this project