Hirse / brackets-outline-list

Extension for Brackets and Phoenix to display a list of the functions or definitions in the currently opened document.
MIT License
79 stars 30 forks source link

Highlight function on second in editor #69

Open mrbodich opened 7 years ago

mrbodich commented 7 years ago

Is it possible to highlight selected function like splash etc on second to bring attention to right place just in moment? It could be highlighted function name or whole block to show size. Would be much more comfortable to navigate. Or even whole function can be highlighted whole time cursor is inside, it would be superb. Thanks. Here is an example with function in plugin highlighted also. example

Hirse commented 7 years ago

I am not sure what you are requesting. Do you want the (yellow) highlight in the Outline List on the function that the curser is in currently? Or the other way round, the (gray) highlight in the Editor when you select a function in the Outline List?

The first one might be possible for certain languages (depending on nesting detection), but the second I would consider out of scope.

mrbodich commented 7 years ago

I requested both, but if only one possible — would be great too.

Hirse commented 7 years ago

I'll see what can be done. Thanks for the image btw, that is very helpful when submitting an issue.