diff options
author | AnotherTest <ali.mpfard@gmail.com> | 2021-01-01 17:28:22 +0330 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-02 11:37:01 +0100 |
commit | 7785d9715d9bc1b0c423a572eb40c6a86858ea1c (patch) | |
tree | 7845816bda04dc3a9cf7da402bc407eebec6616b /Libraries/LibProtocol/CMakeLists.txt | |
parent | a4a238ddc87d3e1a5e776a1d4b98891ee5871aee (diff) | |
download | serenity-7785d9715d9bc1b0c423a572eb40c6a86858ea1c.zip |
Playground: Enable automatic autocomplete in the editor
This makes it a bit more useful, as the user doesn't have to explicitly
ask for completion, it just provides completions, and tries really hard
to avoid suggesting things where they're not expected, for instance:
(cursor positions denoted as pipes)
```
@G | {|
foo: bar |
foo |
}
```
The user does not expect any suggestions in any of those cursor positions,
so provide no suggestions for such cases. This prevents the automatic autocomplete
getting in the way of the user, esp. when they try to press return fully
expecting to go to a new line.
Diffstat (limited to 'Libraries/LibProtocol/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions