bergercookie / asm-lsp

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

[feature] Support inline diagnostics #85

Closed WillLillis closed 4 months ago

WillLillis commented 4 months ago

Once support for compile_commands.json files is added to the project (#77), we should be able to run the supplied commands in the background, parse their output, and provide inline diagnostics for any errors/ warnings. This should be configurable to run every time a buffer is modified (potentially expensive), or just every time a buffer is saved.