You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Helix should parse file open commands and params like src/main.rs:15:8 for opening files on specific place. This can be convenient to fix errors reported by tools, since user won't need to find that place manually, :o /path/to/file:line:col would be enough to get right to the needed file location.
URI's are probably great thing to handle as well, maybe in another PR to avoid chaos.
I can take any of those two once it's considered to be a useful feature.
The text was updated successfully, but these errors were encountered:
Ah, I realized someone else wanted the same feature as me. I will gladly push the PR. There is just bug left such that if multiple file/pos is specified, only the first one would work, the rest does not work, not quite sure how to fix it yet.
Describe your feature request
Helix should parse file open commands and params like
src/main.rs:15:8
for opening files on specific place. This can be convenient to fix errors reported by tools, since user won't need to find that place manually,:o /path/to/file:line:col
would be enough to get right to the needed file location.URI's are probably great thing to handle as well, maybe in another PR to avoid chaos.
I can take any of those two once it's considered to be a useful feature.
The text was updated successfully, but these errors were encountered: