This plugin adds basic support for GDShader (Godot Shading Language) in JetBrains IDE, including syntax highlighting and file type recognition.
- 🎨 Syntax highlighting for GDShader (
.gdshader
) files - 🔍 Indexing of GDShader files for file search
- 📄 Creation of new GDShader files from templates
- 💡 Basic code completion for GDShader keywords
- 🧹 Code formatting support
- Rider
- IntelliJ IDEA
- Other JetBrains IDEs
- Via Marketplace (Link):
- Open your JetBrains IDE.
- Go to
Preferences
>Plugins
. - Search for "GDShader" in the Marketplace tab.
- Click
Install
.
- Manual Installation:
- Download the latest release
.zip
file from the Releases page. - Open JetBrains IDE.
- Go to
Preferences
>Plugins
>Gear (⚙️) icon
>Install Plugin from Disk…
. - Select the downloaded
.zip
file and clickOK
.
- Download the latest release
This plugin is licensed under the MIT License.
Contributions, bug reports, and suggestions are welcome! Feel free to open issues or pull requests on this repository.