blueprint-compiler/gtkblueprinttool
James Westman b2b50c6288
Improve completions
If the completion cursor is in the middle of an identifier, start the
completion matching before that token. GNOME Builder does this before
sending us a cursor position, but VS Code does not.
2021-10-30 22:37:06 -05:00
..
__init__.py Add setup.py 2021-10-17 23:45:24 -05:00
ast.py Preserve child ordering in toplevel 2021-10-30 22:37:06 -05:00
ast_utils.py Better error handling for incomplete syntax 2021-10-30 22:37:05 -05:00
completions.py Improve completions 2021-10-30 22:37:06 -05:00
errors.py Fix type checker errors 2021-10-26 23:13:31 -05:00
gir.py Fix type checker errors 2021-10-26 23:13:31 -05:00
lsp.py lsp: Support completions 2021-10-30 17:49:14 -05:00
lsp_utils.py Improve completions 2021-10-30 22:37:06 -05:00
main.py lsp: Support completions 2021-10-30 17:49:14 -05:00
parse_tree.py Better error handling for incomplete syntax 2021-10-30 22:37:05 -05:00
parser.py Better error handling for incomplete syntax 2021-10-30 22:37:05 -05:00
tokenizer.py Fix type checker errors 2021-10-26 23:13:31 -05:00
utils.py Fix type checker errors 2021-10-26 23:13:31 -05:00
xml_emitter.py Initial commit 2021-10-17 15:26:34 -05:00
xml_reader.py lsp: Show docs on hover 2021-10-26 10:54:32 -05:00