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.

0
3 comments
Avatar
Permanently deleted user

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

0
Avatar
Permanently deleted user

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.

0

Please sign in to leave a comment.