-
Notifications
You must be signed in to change notification settings - Fork 131
Description
Thanks for this AMAZING extension btw 🤩 ... just a feature request if you don't mind 👍
Problem
I frequently need to navigate to the definition of a symbol while working in VSpaceCode. Currently, I use ", g g" to jump to the definition, but this replaces the content of my current pane. This disrupts my workflow when I want to keep the original context visible.
Solution
I would like a keybinding, such as ", g G" (similar to Spacemacs), that opens the definition in a new split pane. If the window is already split, the definition should open in an existing inactive pane.
Additional context
This feature is inspired by the ", g G" behavior in Spacemacs. It significantly improves code navigation efficiency by allowing users to quickly view definitions without losing their current context. This would be a valuable addition to VSpaceCode, enhancing its navigation capabilities and bringing it closer to the Spacemacs experience.