Skip to content

Commit

Permalink
feat: deep completion can be disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Feb 9, 2025
1 parent b9b757d commit 8b9437e
Show file tree
Hide file tree
Showing 4 changed files with 380 additions and 224 deletions.
8 changes: 8 additions & 0 deletions extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,12 @@ cargo install pylyzer
| - | - | - |
| pylyzer.diagnostics | Enable diagnostics | true |
| pylyzer.inlayHints | Enable inlay hints (this feature is unstable) | false |
| pylyzer.semanticTokens | Enable semantic tokens | false |
| pylyzer.hover | Enable hover | true |
| pylyzer.completion | Enable completion | true |
| pylyzer.smartCompletion | Enable smart completion (see [ELS features](https://github.com/erg-lang/erg/blob/main/crates/els/doc/features.md))| true |
| pylyzer.deepCompletion | Enable deep completion | true |
| pylyzer.signatureHelp | Enable signature help | true |
| pylyzer.documentLink | Enable document link | true |
| pylyzer.codeAction | Enable code action | true |
| pylyzer.codeLens | Enable code lens | true |
Loading

0 comments on commit 8b9437e

Please sign in to comment.