mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-12 22:31:24 +00:00
feat: second set of autocomplete improvements
- support typing as suggested functionality - do not fetch completions on cursor change - other minor fixes
This commit is contained in:
parent
056276d626
commit
4ed74a31c1
9 changed files with 179 additions and 56 deletions
|
|
@ -8,6 +8,8 @@ import java.util.List;
|
|||
|
||||
public class CodeGPTKeys {
|
||||
|
||||
public static final Key<String> PREVIOUS_INLAY_TEXT =
|
||||
Key.create("codegpt.editor.inlay.prev-value");
|
||||
public static final Key<Inlay<EditorCustomElementRenderer>> SINGLE_LINE_INLAY =
|
||||
Key.create("codegpt.editor.inlay.single-line");
|
||||
public static final Key<Inlay<EditorCustomElementRenderer>> MULTI_LINE_INLAY =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue