Feature Request: Add ability to navigate to specific column within a line
Closed this issue · 2 comments
jwir3 commented
Use Case:
When working with JSON input from a capture utility (e.g. Charles), I often need to navigate to a specific column (e.g. to diagnose an error when parsing the JSON). Since the JSON is all one line, I get an error at a specific column in the JSON. In order to diagnose this, I need to be able to navigate to a column in the editor.
Something akin to navigating to a line in the file would be ideal (e.g. a dialog box that says "Go to Line: _____ and column: _____)
nijikokun commented
I would vote for supporting the syntax used by most stacktraces: 16:942
which translates to line 16
column 942
This way we do not need to include a second box, and the code change would be minimal.
kevinsawicki commented
👍