comment code block in atom code example
Example: atom commenting
single line comment ctrl + /
Comment block /** + tab
ctrl + shift + /
side comment //
single line comment ctrl + /
Comment block /** + tab
ctrl + shift + /
side comment //