Hacker News new | past | comments | ask | show | jobs | submit login

Go to definition, Find all references, and variable rename are far superior to ctrl-f and ctrl-h because they operate on symbols rather than strings. When you highlight a variable and ctrl-f for it, you're going to find the 30 times the function is used (if it's even in the same file), whereas hitting f12 takes you right to the definition of it. Symbol renaming is much safer, since you don't have to worry about renaming "i" to "itemIndex" when a loop gets more complicated, and having misc things blow up in your face. Intellisense is really great when you're not entirely sure what order parameters go in, since it shows you what's important as you're typing. I've found them extremely valuable when working on large projects with multiple team members, since a lot of the times I won't have worked on the functions I'm calling to know them intimately.



Thanks.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: