infeeeee / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • PhpStorm

Request support for your favorite IDE or Code Editor

You can create 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


Languages

Language:Python 86.7%Language:Meson 8.6%Language:Shell 4.7%