aiken/crates/aiken-lsp/src
KtorZ d965467a53
Fix insertion of unqualified import when first
I previously missed a case and it causes qualified imports to be added at the end if they are lexicographically smaller than ALL other qualified imports. No big deal, but this is now fixed.
2023-10-21 13:56:15 +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 Fix insertion of unqualified import when first 2023-10-21 13:56:15 +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 Implement quickfix for 'UnknownModule'. 2023-10-21 12:59:48 +02:00
server.rs Implement quickfix for 'UnknownModule'. 2023-10-21 12:59:48 +02:00
utils.rs chore: github made a weird commit 2023-02-20 15:30:25 -05:00