Is there a way to view the character number in a line
Answered
For example, the haxe comipler often specifies the character number in a line on where an error occurs. Is there a way to enable or jump to a character number in a line.
Please sign in to leave a comment.
Hello,
You can navigate to the target line/column via 'go to line' action (Ctrl+G) and using pattern like 'line:column', e.g. '2:3' moves caret to the third column of the second line. You can also put caret to the target line and use ':column' pattern to change only its column position.
Denis
For Mac: It's Cmd+L and you can make your selection specifying (line:column) like 10:13 to go to line number 10 and place your caret at column 13.
I just created https://youtrack.jetbrains.com/issue/PY-46389, please vote!