Is there a way to do the shortcut commenting described in this question, in FDT when doing Action Script 3 coding?
That is, something like Ctrl + / to comment or uncomment one or more lines.
I discovered the answer after looking at this FDT shortcuts page. The page doesn't really list many of the shortcuts available, but rather suggests trying Ctrl + Shift + L from within FDT to see a list of all possible shortcuts.
Near the bottom of the list under Toggle Comment
, the answer is found to be Ctrl + Shift + C.