AI Agent Hub
Back to plugins
🖥️

dsh-sidebar-gdhighlight

Client Updated 2026.09.05

Run the following command in DeepSeek Harness:

dsh plugin install lrplrplrp/dsh-sidebar-gdhighlight

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install lrplrplrp/dsh-sidebar-gdhighlight in DeepSeek Harness to install; source repository: https://github.com/lrplrplrp/dsh-sidebar-gdhighlight

About this plugin

When you open a Godot project in DSH's better-sidebar, .gd and .gdshader files render as plain text, stripping away the syntax colors you take for granted in the Godot editor. dsh-sidebar-gdhighlight closes that gap: it injects full GDScript 4.x and GDShader syntax highlighting into the sidebar via CodeMirror 6, and pulls its entire color palette directly from the Godot 4.7 editor_settings file. Keywords, control-flow statements, base and engine types, comments, strings, node paths, annotations, and more each get a distinct hue, so code in the sidebar looks just as it does in the editor.

The plugin covers the syntax details that matter in daily work. For GDScript that means multi-line strings, string interpolation, $Node and %Unique paths, and &"StringName" references, plus a dedicated definition color for functions, variables, signals, and enums. For GDShader it recognises uniform and varying declarations, built-in variables such as ALBEDO and VERTEX, and the usual GLSL math functions. A small floating button also appears when you select any snippet in the sidebar, letting you insert the selection as a fenced code block into the chat composer with a single click.

If you use DSH as your AI companion for Godot development and frequently read, compare, or quote script code in the sidebar, dsh-sidebar-gdhighlight makes both the reading and the asking significantly smoother, with zero configuration beyond the one-time install.

Use Cases

  • Read GDScript and GDShader source in the sidebar with Godot editor colors
  • Insert a selected code snippet into the AI chat composer as a fenced block
  • Review AI-suggested Godot code changes with clear syntax hierarchy

Best For

  • Godot 4.x game developers using DSH
  • dsh-better-sidebar plugin users
  • Developers who frequently quote script snippets in prompts