简体   繁体   中英

How to display all syntactic symbols from php mode in Emacs?

How to get a list of all syntactic symbols? like when you type Mx c-set-offset you get one of them. I have my old code (from this question how to fix php-mode indenting when using closures ), that use c-syntactic-context but it seams only work for c-special-indent-hook because Emacs say that the variable is void.

I want it for php mode.

Just type Mx c-set-offset and then hit TAB. The completion buffer will show you all the symbols.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM