Universal-Variability-Language / uvl-lsp

Language server protocol for the Universal Variability Language (UVL)
MIT License
10 stars 4 forks source link

No Helpful Autocomplete Suggestions for Imported Nested Models Without Alias #114

Closed SundermannC closed 10 months ago

SundermannC commented 1 year ago

When importing a submodel without an alias from a nested directory (e.g., dir.file), the autocompletion does not work as expected. When typing in dir in the feature tree, dir.file.<...> is not suggested. This works fine for imports with alias or non-nested imports.

image