I’m no sure if “autohinting” is correct word but I can explain
for example when I write
std::
I want to see the list of available things there, and same for “.” and “->” , I hope that is possible.
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.
You can bind
.and>withsemantic-complete-self-insertcommand, that will try to show list of possible completions. Although I don’t know, is it possible out of box to bind it to::sequence (although, it should be possible with some amount of emacs lisp code)