Skip to content

Commit

Permalink
feat: lsp completion improvements and refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard committed Jan 11, 2023
1 parent cad5435 commit d3a2793
Show file tree
Hide file tree
Showing 6 changed files with 303 additions and 233 deletions.
2 changes: 1 addition & 1 deletion components/clarity-lsp/src/common/requests/capabilities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use serde::{Deserialize, Serialize};
pub struct InitializationOptions {
completion: bool,
pub completion_smart_parenthesis_wrap: bool,
pub completion_include_params_in_snippet: bool,
pub completion_include_native_placeholders: bool,
document_symbols: bool,
go_to_definition: bool,
hover: bool,
Expand Down
Loading

0 comments on commit d3a2793

Please sign in to comment.