tomi / vscode-rf-language-server

VSCode extension to support Robot Framework development
MIT License
53 stars 36 forks source link

Show autocomplete only from referenced files, not any keywords found #73

Open apuchkov opened 4 years ago

apuchkov commented 4 years ago

Currently, the plugin finds all keywords in the open folder and offers to autocomplete keywords even if those keywords are in files, which are not referenced.

It would be great if only keywords from files explicitly referenced by Resource would show up in autocomplete. It would make it more usable when many people are working on a large codebase.

jcsia87 commented 4 years ago

Not only Resource but custom libraries (python keywords) referenced by Library as well.