What settings and commands does one need to perform to make comments like this in emacs:
/**
*
* something here
*/
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
An easy way is to define your own command for inserting this
comment. Add this to your .emacs file:
Then bind the new command to a key of your liking:
Now pressing Shift-F1 will insert a comment block like this: