Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

Script Tabs

An asset by kiron8088
The page banner background of a mountain and forest
Script Tabs hero image

Quick Information

0 ratings
Script Tabs icon image
kiron8088
Script Tabs

Adds a VS Code style script tab bar to the Godot script editor, with close buttons and Ctrl+Tab navigation.

Supported Engine Version
4.0
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
6 hours ago
Git URL
Issue URL

Script Tabs for Godot

Script Tabs for Godot is a small editor plugin that adds a custom script tab bar to the Godot script editor.

It allows you to keep opened scripts visible as tabs, similar to the workflow used in editors like Visual Studio Code.

Features

  • Shows opened scripts as tabs inside the Godot script editor.
  • Switches between scripts by clicking a tab.
  • Closes script tabs using the close button.
  • Supports keyboard navigation:
    • Ctrl + Tab: next script tab
    • Ctrl + Shift + Tab: previous script tab

Installation

Copy the addon folder into your Godot project:

addons/script_tabs/

Your project should look like this:

your_project/
  addons/
    script_tabs/
      plugin.cfg
      script_tabs_plugin.gd

Then enable the plugin in Godot:

Project > Project Settings > Plugins > Script Tabs > Enable

Usage

Open scripts from the FileSystem or from the script list.

Every opened script will appear in the custom script tab bar. Click a tab to switch to that script, or click the close button to remove it from the tab bar.

Keyboard Shortcuts

Ctrl + Tab

Switches to the next opened script tab.

Ctrl + Shift + Tab

Switches to the previous opened script tab.

Compatibility

Tested with Godot 4.6.3.

License

This project is licensed under the MIT License.

Adds a VS Code style script tab bar to the Godot script editor, with close buttons and Ctrl+Tab navigation.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Script Tabs icon image
kiron8088
Script Tabs

Adds a VS Code style script tab bar to the Godot script editor, with close buttons and Ctrl+Tab navigation.

Supported Engine Version
4.0
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
6 hours ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers