javaguirre / comment

**DEPRECATED** Atom package for inserting block comments via keyboard shortcut
MIT License
13 stars 17 forks source link

I think we don't have a need to use this package. #59

Closed muaadhsherif closed 6 years ago

muaadhsherif commented 6 years ago

Thanks for who did this package, but I think we don't have a need to use this package as atom does this without packages. Just type: ctrl-/ : to make the hole line as a comment. ctrl-shift-/ : to comment the selected text and if there is no-selected text it gives you an empty comment.

javaguirre commented 6 years ago

OK, I'll mark it as deprecated, I don't use Atom anymore.

javaguirre commented 6 years ago

Done. Thank you for the info!

muaadhsherif commented 6 years ago

Thank you for your respect. But Can you tell me which editor you use and why? Are you using vim now ? I want to learn from your experience.

javaguirre commented 6 years ago

I’ve used many different since i learnt vim. Now I'm using visual studio code. It has a decent vi mode and a more comfortable approach to debugging, version control... :-)

muaadhsherif commented 6 years ago

But what are the advantages of VSC over Atom ? So you recommend me to leave Atom ?

muaadhsherif commented 6 years ago

I'm very sorry for this post. I'll delete it. I don't know, yesterday ctrl + shift + / was working but now it doesn't. I don't know the reason. I think Because I uninstalled another package and then ctrl+shift+/ was still working, so I thought It works without the package. Maybe first I had to reopen Atom. I'm sorry.

javaguirre commented 6 years ago

It's ok, I can't maintain it anyway. Thank you for the issue!

I like VS Code, I find it more mature than Atom, bu I haven't used it for a while so who knows. You can give it a try for a while, see for yourself, it's always nice to test new stuff, maybe there is something you might learn from that experience.