TheClams / SystemVerilog

SystemVerilog plugin for Sublime Text
Apache License 2.0
45 stars 17 forks source link

Highlight function being edited in module hierarchy #48

Open jbshaler opened 2 years ago

jbshaler commented 2 years ago

I would find it very helpful if while I am editing inside of a method/function/task the hierarchy viewer would automatically highlight that method.

Context: I am editing a file with very large methods. The module hierarchy viewer is very useful for jumping to the definition of the different methods, but I often find that I am editing a method of several hundred lines and can't remember which one I'm in, so I have to scroll up until I find the name (hoping I don't scroll past it).