We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 054e56e commit 32681beCopy full SHA for 32681be
4 files changed
src/completion/mod.rs
@@ -5,7 +5,9 @@
5
/// - **resolver**: Resolving the subject to a concrete class type
6
/// - **builder**: Building LSP `CompletionItem`s from resolved class info
7
/// - **phpdoc**: PHPDoc tag completion inside `/** … */` blocks
8
+/// - **named_args**: Named argument completion inside function/method call parens
9
pub mod builder;
10
+pub mod named_args;
11
pub mod phpdoc;
12
pub mod resolver;
13
pub mod target;
0 commit comments