Sarrus1 / sourcepawn-lsp

Language Server Protocol implementation for the SourcePawn programming language written in Rust
GNU General Public License v3.0
12 stars 0 forks source link

Sourcemod include not included implicitly like with spcomp #24

Closed sirdigbot closed 1 year ago

sirdigbot commented 1 year ago

spcomp will automatically #include <sourcemod> in every file, but the LSP requires an explicit include statement for autocomplete/hover to work.