Are there any editors that can help me follow func...
# thinking-together
j
Are there any editors that can help me follow function tags without ‘breaking context’? Almost like how Brackets has inline CSS editing (brings up another part of the file so that you can easily compare and edit). Like floating windows, in a way. For instance, if I click a function, I can jump / edit it without immediately exiting the file with a pop-up or like with Brackets in-line.

https://youtu.be/Fqt5COpqLuU

c
VSCode almost does this when you "Find all references"
Would be a sweet feature request
c
Code Bubbles is a bit like that

https://youtu.be/PsPX0nElJ0k

👍 1
1