I believe @xgdgsc has a working proof-of-concept of postfix completion, which lets one still use the dot syntax for autocomplete. See Allowing the object.method(args...) syntax as an alias for method(object, args ...) - #218 by xgdgsc. Last I checked, they were still trying to upstream it into the VS Code extension and Julia language server.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Autocompletion and function/method discoverability | 15 | 513 | December 26, 2025 | |
| Incorporating `methodswith` | 3 | 650 | April 7, 2023 | |
| How to discover functions which apply to a given object? | 36 | 5640 | November 20, 2021 | |
| IDE and available functions | 8 | 669 | June 11, 2021 | |
| How to quickly find what can be done to a struct? | 2 | 283 | February 27, 2023 |