Search code examples
intellij-ideanavigationcharacterwebstorm

How to navigate to character location in WebStorm?


I'm wondering how can I can navigate to a character location? I have a script that will tell me the character location number, no line number.

INFO: log-process/3093 on local-machine: Some Log Message

The 3093 is the character location number.


Solution

  • I do this by selecting code from the start of the file. Then, total number of selected characters is displayed in the bottom right corner, so I can find the character that I only knew the number of.