Mac – How to get Emacs to auto-complete tags and brackets for me

emacs

I've used Emacs for all my development for some time now, but only recently did I start developing HTML. I was wondering how I can configure Emacs to auto-complete tags for me. Also, I'd like for Emacs to auto-complete brackets for me in languages like Java and C.

I looked at the customization options, under Programming but there was no option for customizing for HTML or Java. Can someone tell me how I can do this?

Best Answer

did you try yasnippet for completion? and there is autopair to insert closing brackets.

Related Question