Android Studio Tips & Tricks 2

Android Studio Tips & Tricks 2 : Comments ShortCut

Kuray Ogun
FreakyCoder Software Blog
1 min readOct 12, 2016

--

Hey,

→ on MacOS : Line Comment ( Turkish Keyboard )

“ ⌘ + . ”

→ on MacOS : Block Comment ( Turkish Keyboard )

⌥ + ⌘ + .

→ on MacOS : Line Comment ( EN Keyboard )

“ ⌘ + /”

→ on MacOS : Block Comment ( EN Keyboard )

⌥ + ⌘ + /

→ on Windows :Line Comment

“Control(ctrl) + /”

→ on Windows :Block Comment

“Control(ctrl) + Shift + /”

It is so simple but extremely useful. Happy coding :)

--

--