I can’t find any shortcuts for comment my code in Aptana Studio 3.0. I need shortcuts both to comment individual lines and for commenting selected blocks of code.
Some have told me to try to comment with shortcut WIN + / on my Windows OS but that does not appear workable.
It depends on which language you’re writing in (is this CSS, Javascript, HTML?)
For Javascript:
The standard Java commenting shortcuts are:
You can always find out shortcuts by hitting Ctrl-shift-l, which will bring up a list of all currently available shortcuts. They will change depending on if you have anything selected, what type of file you’re editing, etc. Look for “Add comments”, “Toggle block comments”, “Toggle JS comments”, and so forth.