Is there any multiline commenting support for C/C++ languages in Atom Editor? -


i'd enable multi line commenting support in atom editor. i'd editor automatically add * , proper indentation @ beginning of new lines of multiline comment. here's sample of i'm looking for:

/***  * comment  * when i'm adding new line automatically adds " * ".  */ 

i've tried such package in atom package search, on , google failed find anything. must have typed wrong key words. know geany editor has such feature guess atom has 1 well.

so, didn't know keyswords should block comment.

i managed find excellent extension described a helper package writting documentation.

one way or looking for.
here link repo: https://github.com/nikhilkalige/docblockr


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -