atom / symbols-view

Jump to symbols in Atom
MIT License
164 stars 114 forks source link

Clicking into the buffer after scrolling to symbol shouldn't scroll back #144

Open wottpal opened 8 years ago

wottpal commented 8 years ago

Okay the second thing I really stumble over every day is that when I've highlighted a symbol in the list, and the buffer has scrolled to exactly that point, I naturally expect to set the cursor via click to the desired position I've spotted and continue working... BUT the actual behavior of Atom is that it handles this click like I've dismissed the symbol-view and scrolls back to the buffer-position where I've opened the symbol-search. VSCode handles this like I expect and it feels way more natural and not so unpredictable.

cursor-jump atom (Left: VSCode, Right: Atom)