Vim inoremap for specific filetypes
I’ve added some simple inoremap
commands to my .vimrc
to help with parens and brackets completion, but I only want them to apply to php files.
I’ve added some simple inoremap
commands to my .vimrc
to help with parens and brackets completion, but I only want them to apply to php files.
When it comes to constructors, and assignments, and method calls, the PyCharm IDE is pretty good at analyzing my source code and figuring out what type each variable should be. I like it when it’s right, because it gives me good code-completion and parameter info, and it gives me warnings if I try to access an attribute that doesn’t exist.