bergercookie / asm-lsp

Language server for NASM/GAS/GO Assembly
https://crates.io/crates/asm-lsp
BSD 2-Clause "Simplified" License
247 stars 14 forks source link

Better Autocomplete Labels #30

Open WillLillis opened 11 months ago

WillLillis commented 11 months ago

Currently, register suggestions are labeled as Variable and instruction suggestions are labeled as Operator. This is because we're limited by the types defined in the LSP spec. As the spec may be expanded in the future to allow for other completion type labels, this issue can be a placeholder for if/when this happens. See: https://github.com/gluon-lang/lsp-types/issues/270

WillLillis commented 9 months ago

Update:

https://github.com/microsoft/language-server-protocol/pull/1872

https://github.com/microsoft/language-server-protocol/issues/343#issuecomment-1881598900