I use Aptana Studio 3.0.8 under Windows XP and a french (usb) keyboard.
I meet two difficulties using this tools :
-> The keyboard's shortcurt to comment many lines (Ctrl + /) have no effects :
I select some code, then I press Ctrl + / key
(two possibilities : Ctrl key + (shift + / key) OR Ctrl + / key (on the numeric pad)).
Nothing is done. If I search the options through the
right click -> commands -> source -> comments -> ... it works.
I think it's an interface problem ?
-> I wan't to generate the phpdoc for one existing function.
I go just top over the function declaration ("function myFunction($myparam, $myparam2)") and then I right /** and press the enter key.
The IDE write then
/**
*
*/
But doesn't generate the PHPDoc with the @param .
I suppose it's a configuration problem, but i'm unable to found the place to configure that.
Anyone could help me please ?
Regards, Anael