Probably I’m missing something obvious, but how can I view/show help topics specific to a particular package?
Let’s say I’m installing a new package, e.g. “Outline”. Then I close Sublime Text, and then start it the next day when I already forgot what the “Outline” package is. Now, how can I view the “Outline” package’s help to refresh my memory regarding how to use it?
Currently the only way I’ve found is:
- Locate the package under the question (e.g. %USER%\AppData\Roaming\Sublime Text 3\Installed Packages\Outline.sublime-package);
- Open this Outline.sublime-package as a ZIP archive;
- Open and read the file README.md inside of that archive.
But this way looks too hardcore & oldschool to me… Obviously there must be a simpler way… or not?