Hi,
I am looking for a package that will be able to detect functions and automatically inserts parenthesis after it (I am not talking about parenthesis auto-complete).
For example if I type myF
I want it to auto-complete to myFunc( )
and not only myFunc