SublimeOutline
SublimeOutline copied to clipboard
Outline view for Sublime Text 3
Hello I am new to using the sublime editor but needed an outline and installed it. The main image for the outline shows comments with # showing up in the...
Some of my code files have a lot of anonymous funcs, they shouldnt be in outline. Because they're actually variable names, not function names. Any options to exclude them?
Hi All, I'm about the Outline extension. By default, it shows items according to some lists for each file type. But, is it possible to edit these lists (add/remove some...
After following the instructions here, still not getting any indent in outline https://github.com/warmdev/SublimeOutline/issues/2#issuecomment-256441587 Have I missed something, could it be a lua issue perhaps?  
Would it be possible to provide a function that generates arbitrary "symbols" to this plugin so that it is not entirely reliant on the symbols list mechanism? My reason is...
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...
Would be great to have a kind of "search" (input) field on top of Outline list to allow quickly enter a few letters to reduce the list of outlined functions,...
When writing an essay, it's useful to start by freewriting, giving your ideas headings as they come to you. It would be nice if you could then switch to a...
Problem: Right now, if we are in View->Layout->Columns: 2 (or 3) mode, the Outliner is being displayed and shows the list of functions for the both files: in left Column...
When class definition takes more than one string, all following links in outline tab are shifted, e. g. in this example `method1` in outline tab jumps to `func1`, and `method2`...