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
I'd like to point out that this great extension works with many more type files such as .html, .css , .js, .mjs, and so on.
Explanation: SublimeOutline uses the symbols Goto > Go to Symbol...or (Ctrl + R) as input. So any other file type that register symbols will be compatible. If your file type isn't registering symbols (you see no symbols when hitting the shortcut) then you can add them yourself by creating a foo.tmPreferences file in the package folder. More info: tmPreferences API Documentation
Suggestion: Edit the readme file to mention this and let users know that many file types are supported.
nginx example:
Javascript / NodeJS example:
The text was updated successfully, but these errors were encountered:
I'd like to point out that this great extension works with many more type files such as
.html
,.css
,.js
,.mjs
, and so on.Explanation: SublimeOutline uses the symbols
Goto > Go to Symbol...
or(Ctrl + R)
as input. So any other file type that register symbols will be compatible. If your file type isn't registering symbols (you see no symbols when hitting the shortcut) then you can add them yourself by creating afoo.tmPreferences
file in the package folder. More info: tmPreferences API DocumentationSuggestion: Edit the readme file to mention this and let users know that many file types are supported.
nginx example:
Javascript / NodeJS example:
The text was updated successfully, but these errors were encountered: