blueprint-compiler/tests
James Westman 461fe25316
lsp: Fix completions when editing existing item
Many completion snippets insert more than just the name. For example,
the object completer inserts the braces and places your cursor inside
them automatically, to save some typing. However, if you're changing the
class of an existing object, this isn't what you want. Changed so that
if the next token is '{', only the name is inserted.

Made similar changes to the property and signal completers.
2025-01-05 14:47:40 -06:00
..
formatting Formatter: Remove trailing whitespace from comments 2025-01-04 17:17:53 +00:00
sample_errors language: Add expression literals 2025-01-04 17:09:57 +00:00
samples language: Add expression literals 2025-01-04 17:09:57 +00:00
__init__.py Move tests out of main package 2021-10-22 23:35:29 -05:00
fuzz.py Add isort to CI and run on files 2023-07-09 14:26:37 +00:00
fuzz.sh tests: Add fuzz test 2022-04-18 20:22:31 -05:00
meson.build tests: fix tests when used as subproject 2024-07-04 20:10:43 +00:00
test_deprecations.py tests: Test deprecations separately 2024-12-09 19:06:10 -06:00
test_formatter.py Formatter: Add trailing commas in lists 2025-01-04 16:29:15 +00:00
test_samples.py lsp: Fix completions when editing existing item 2025-01-05 14:47:40 -06:00
test_tokenizer.py Format using black 2022-12-19 11:52:59 -06:00