YohanLeafheart
Warlord
Ok everyone, I started messing around with ModBuddy today, pretty nice, although I have a few question about things that may or may not be possible, and if so I couldn't find. My main IDE is Eclipse PDT and there are some things I use there that I would like to know if I can find here:
Sol
- Function parameters on mouse over - The name says it all, you mouse over a function name and it will give the parameters, and documentation for it;
- Click Function name to go to function definition - In Eclipse the shortuct is CTRL + LeftClick, but basically you use it to go to where the function is defined. If it is on another file it opens that file for you and goes to the correct line;
- Find resource name on current project - On Eclipse, CTRL + SHIFT + R opens a screen where you can type a file name and it searches on the current project so you can open it;
- Folding Shortcut - Since I see that there is folding, I expect that there is some kind of shortcut for it. But I couldn't fin.
Sol