Skip to content

Commit

Permalink
Split completions into multiple files
Browse files Browse the repository at this point in the history
commit-id:9774fc9a
  • Loading branch information
Draggu committed Feb 11, 2025
1 parent 51acdda commit 4f6bd32
Show file tree
Hide file tree
Showing 8 changed files with 438 additions and 405 deletions.
2 changes: 1 addition & 1 deletion src/ide/completion/colon_colon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use cairo_lang_syntax::node::{SyntaxNode, TypedSyntaxNode};
use cairo_lang_utils::Upcast;
use lsp_types::CompletionItem;

use super::completions::colon_colon_completions;
use super::path::colon_colon_completions;
use crate::lang::db::AnalysisDatabase;
use crate::lang::syntax::SyntaxNodeExt;

Expand Down
Loading

0 comments on commit 4f6bd32

Please sign in to comment.