zls
zls copied to clipboard
Feature request: extra autocompletions after `catch`
It'd be neat if, for instance, the following was autocompleted:
a = b catch
Some useful autocompletions would be unreachable, |err| switch (err), and so on.