armsnyder/gdshader-language-server

Document symbols (outline view)

Open

#63 aperta il 16 feb 2026

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Go (0 fork)auto 404
good first issuepriority: mediumtype: feature

Metriche repository

Star
 (18 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor