SublimeText / PackageDev

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

No copy setting link for nested settings #175

Closed AmjadHD closed 6 years ago

AmjadHD commented 6 years ago

The copy setting link doesn't show up for nested setting though it works well for simple ones, hope you fix it soon. NB: the package in the example (Sublime Linter) does provide side by side settings.

not_working

FichteFoll commented 6 years ago

Note that nested settings (or mappings in general) are largely unsupported due to their arbitrary nature, mostly for completions though. The copy link should show up regardless and I'm surprised there isn't even anything in the console.

By the way, SublimeLinter will restructure its settings with its next major release (4.0.0) and remove the default and user keys.

FichteFoll commented 6 years ago

I'll close this in favor of the more clear #157 and #178.