erlang_ls
erlang_ls copied to clipboard
[#1360] Support completion of record fields inside #record{}
Description
Support completion of record fields inside #record{}
- Automatic triggering when cursor is at #record{| and #record{... , |
- Invoked completion on record field inside record #record{field|
Fixes #1360 .