Hacker News new | ask | show | jobs
by technoweenie 5823 days ago
Regardless of how simple a ruby API is, I can't keep them all in my head. That's why there are tools like ri and the various ruby doc sites. Having that integrated could be useful. When I do a lot of coding, I usually have a lot of browser and textmate windows open for reference.
1 comments

This is what I'm referring to. An IDE should make what I already know easier to get from brain to fingers to keyboard to screen.

Intellesense does this by letting me type a couple chars of a known method, then pressing tab.

It should also make what I kinda know easier to find.

A good IDE does this by letting me find a method in intellesense and showing me the method description.