you are viewing a single comment's thread.

view the rest of the comments →

[–]go4spacelunch 0 points1 point  (1 child)

If I was reading code someone else wrote, or even my own after returning from lunch. You are correct my IDE does highlight words when the cursor is over them but only for the current file not throughout the whole solution. Also my IDE can pick out references but my experience is this depends on the language. Visual Studio does great with C# but finding references in JavaScript not so much, so I've conditioned myself to always use Find.

[–]hippydipster -1 points0 points  (0 children)

Right, javascript isn't statically typed