alamarche / reqspec

VSCode language server for ReqSpec DSL
GNU General Public License v3.0
1 stars 0 forks source link

Autocomplete x-reference suggestions not appearing for tokens defined in other workspace files #18

Closed alamarche closed 10 months ago

alamarche commented 10 months ago

Observed in v0.0.2 release - appears to be broken by attempted feature addition of autocomplete documentation field

alamarche commented 10 months ago

71a6819 resolves part of the issue - tokens now appear as suggested autocompletion items.

documentation not appearing - likely because the extended "DefaultAutocompleteProvider" does not resolve the documentation field of external files for us.