aiken/crates/aiken-lsp/src
KtorZ e48ac6b592
Relocate and refactor quickfix code into its own module
We're going to have more quickfixes, to it's best not to overload the
  'server' module. Plus, there's a lot of boilerplate around the
  quickfixes so we might want to factor it out.
2023-10-21 12:00:58 +02:00
..
server Implement simple code action quickfix for unknown variable. 2023-10-20 18:01:07 +02:00
cast.rs feat(lsp): enable compiling a project 2023-02-20 15:30:25 -05:00
edits.rs Refactor and relocate document edits function for imports. 2023-10-21 11:31:01 +02:00
error.rs chore: make folder names match crate name 2022-12-21 18:11:07 -05:00
lib.rs Relocate and refactor quickfix code into its own module 2023-10-21 12:00:58 +02:00
line_numbers.rs chore: make folder names match crate name 2022-12-21 18:11:07 -05:00
quickfix.rs Relocate and refactor quickfix code into its own module 2023-10-21 12:00:58 +02:00
server.rs Relocate and refactor quickfix code into its own module 2023-10-21 12:00:58 +02:00
utils.rs chore: github made a weird commit 2023-02-20 15:30:25 -05:00