SublimeText / PackageDev

Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
MIT License
436 stars 83 forks source link

Provide completions for variable definitions from overridden files #289

Closed FichteFoll closed 4 years ago

FichteFoll commented 4 years ago

Applies to theme and color scheme files, which allow overrides from the same file names to other files, as well as theme extensions using the extends instruction. While at it, we should provide completions for usages of these variables in the file as well.

Highly related to #239.