Skip to content

Commit

Permalink
feat: let LSP suggest trait impl methods as you are typing them
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Sep 13, 2024
1 parent c616de7 commit cda8799
Show file tree
Hide file tree
Showing 6 changed files with 608 additions and 440 deletions.
1 change: 1 addition & 0 deletions tooling/lsp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ mod modules;
mod notifications;
mod requests;
mod solver;
mod trait_impl_method_stub_generator;
mod types;
mod utils;
mod visibility;
Expand Down
Loading

0 comments on commit cda8799

Please sign in to comment.