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

Constructor calls are referenced as methodmaps #16

Closed Sarrus1 closed 1 year ago

Sarrus1 commented 1 year ago

When using a constructor with the new keyword, the constructor will point to the methodmap and not the constructor itself.