Chen Bin
Chen Bin
``` c if (...){ } else { ... } /* cursor here*/ ``` should jump back to "if" instead of "{"
for example, jump in comment?
``` python if ref_name.endswith('/') or \ ref_name.startswith('.') or \ ref_name.count('/.') or \ ref_name.count('..') or \ ref_name.endswith('.lock'): return False else: hello world ```
we need our Lisp API, better than nothing. Or maybe there is some hidden gem in Emacs?
cursor over `/` character and press % ``` javascript if (true /* test */) { } ``` happens in js2-mode but not c-mode