You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Sublime Text Theme format supports the "extends" directive to extend existing themes.
The auto completions suggest variables from the open sublime-theme file only. They should also include variables from the extended base theme.
If the base theme is open in another view, the existing self.view.find_by_selector() strategy can be used to keep the auto-completions up to date. Otherwise the base theme needs to be opened via loade_resource to extract the variables.