The VSCodeVim team prioritizes issues based on reaction count.
*BUG REPORT *:
Environment:
What happened:
Marks do not work across files using command
`{A-Z} go to mark {A-Z} in any file
What did you expect to happen:
Jump to mark in another file
How to reproduce it:
Have a different file active, jumping marks do not do anything
This is a dupe of this issue: https://github.com/VSCodeVim/Vim/issues/389, but I think this issue might be clearer.
Maybe make it clear that it only applies to uppercase marks
This doesn't appear to be working in the current version.
mA doesn't seem to mark anything (no feedback) but if i navigate elsewhere in the same file pressing `A will jump me back to the mark, BUT does nothing in other files.
Any news on global markers? They are so useful!
馃榾 Global markers is a deal-breaker for me, when doing Laravel,
I have to use many files:
M model
V view
C controler
D databse migration
R request validation
S style
W web routes
A api routes
Most helpful comment
Any news on global markers? They are so useful!