issues
search
Ansible2
/
sqf-language-rework
2
stars
0
forks
source link
Investigate use of completion resolver instead of caching
#3
Closed
Ansible2
closed
2 years ago
Ansible2
commented
2 years ago
Completion items are fully read and cached at the initialization step of the language server
This may use quite a bit of memory and be unnecessary
Completion Resolver would allow the completion items to be created only when a specific item is viewed