Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

aptana shortcuts for commenting/uncommenting code in php

I just started using Aptana Studio 3.0.1 under Ubuntu 11.04 (64 bit) and I wonder how I can comment lines of code. I already tried to set a shortcut in the preferences->keys menu but it doesn't work. Does anyone have a clue how I can get this work?

like image 252
mightyplow Avatar asked Jun 09 '11 18:06

mightyplow


2 Answers

I don't know how the shortcuts work on the Ubuntu version, but for Windows's Aptana 3.0 you just press Ctrl + / for comment, and uncomment by pressing Ctrl +/ again, just like what smott said.

like image 108
CppLearner Avatar answered Oct 04 '22 13:10

CppLearner


Try:

To comment and uncomment use CTRL + ?

like image 34
vijikumar Avatar answered Oct 04 '22 13:10

vijikumar