armsnyder/gdshader-language-server

Document symbols (outline view)

Open

#63 geöffnet am 16. Feb. 2026

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (0 Forks)auto 404
good first issuepriority: mediumtype: feature

Repository-Metriken

Stars
 (18 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Implement textDocument/documentSymbol to power the outline/breadcrumb view in editors.

The existing parser already identifies function declarations and uniform declarations, so a basic implementation could list those as symbols with minimal effort. This would immediately make navigation of .gdshader files much easier in editors that support it.

Contributor Guide