sunjw / jstoolnpp

A JavaScript (JSON) tool for Notepad++ (formerly JSMinNpp) and Visual Studio Code.
GNU General Public License v2.0
284 stars 24 forks source link

[Feature Request] Jump to position in tree from cursor location #115

Open shmightworks opened 2 years ago

shmightworks commented 2 years ago

It's nice that clicking on the tree will jump to the corresponding location on the editor, it'll be even better if it can do this in reverse as well. When you're digging deep into a JSON and you find something, it'll be nice to know where you're at by looking at the tree. TIA