Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

DZone.com:
2 years of Vim and PHP distilled
Apr 06, 2012 @ 14:50:35

On DZone.com there's a new post from Giorgio Sironi with some of his tips for PHP developers that want to use VIM in their development - some handy tricks to help make you a more effective developer.

In the case of PHP development, you'll need to add some configuration and plugins to speed up your activities. Most of the responsibilities of an IDE - like testing and version control - are outsourced to the terminal while running Vim; however, there are some tweaks that make writing and editing code faster, along with aiding in discovery classes and methods in a PHP codebase.

He includes settings for your .vimrc to detect and load the right PHP functionality, using Command-T, functionality for autocompletion and the snipMate plugin for managing and using reusable code snippets.

tagged: vim editor tips vimrc commandt snipmate autocomplete

Link:

Tobias Schlitt's Blog:
PHP Documentor for VIM documented
Dec 01, 2006 @ 13:15:18

In this new post to his blog, Tobias Schlitt shares some VIM tips with the PHP community, specifically about PHP Documentor integration functionality. He's gone back and documented the functionality now to make it that much easier to use.

Because I had a talk about how to use VIM in respect to PHP source code editing, I took the time during the week, to write some extensive documentation for PDV, the PHP Documentor plugin for VIM.

He's also documented the VIM file type plugin as well, and both are available through his SVN of PDV. There's also to updates mentioned - one about splitting up the .vimrc and file type plugin and added the repository to the official SVNServe list making it easy to check out.

tagged: phpdocumentor vim editor document vimrc plugin fyle type phpdocumentor vim editor document vimrc plugin fyle type

Link:

Tobias Schlitt's Blog:
PHP Documentor for VIM documented
Dec 01, 2006 @ 13:15:18

In this new post to his blog, Tobias Schlitt shares some VIM tips with the PHP community, specifically about PHP Documentor integration functionality. He's gone back and documented the functionality now to make it that much easier to use.

Because I had a talk about how to use VIM in respect to PHP source code editing, I took the time during the week, to write some extensive documentation for PDV, the PHP Documentor plugin for VIM.

He's also documented the VIM file type plugin as well, and both are available through his SVN of PDV. There's also to updates mentioned - one about splitting up the .vimrc and file type plugin and added the repository to the official SVNServe list making it easy to check out.

tagged: phpdocumentor vim editor document vimrc plugin fyle type phpdocumentor vim editor document vimrc plugin fyle type

Link:

Bjarte Karlsen's Blog:
My vim setup for editing php files
Nov 10, 2006 @ 16:16:00

For those PHPers out there that use the vi editor for their coding travels, Bjarte Karlsen has posted something that might help you out - two configuration files that he uses to work with PHP files in vim.

In a recent chat on #phpc we started discussing vim and talking about vim setups. Surripui posted a blog entry about this asking for setups. I promised that i would post my setup so here it is.

The two files are his:

Between the two of these, the editor is able to correctly handle PHP files, syntax check files and tab complete function names. There's also a mention of using gsnippets for working with code templates.

tagged: vim editor tab complete syntax check gsnippets vimrc vim editor tab complete syntax check gsnippets vimrc

Link:

Bjarte Karlsen's Blog:
My vim setup for editing php files
Nov 10, 2006 @ 16:16:00

For those PHPers out there that use the vi editor for their coding travels, Bjarte Karlsen has posted something that might help you out - two configuration files that he uses to work with PHP files in vim.

In a recent chat on #phpc we started discussing vim and talking about vim setups. Surripui posted a blog entry about this asking for setups. I promised that i would post my setup so here it is.

The two files are his:

Between the two of these, the editor is able to correctly handle PHP files, syntax check files and tab complete function names. There's also a mention of using gsnippets for working with code templates.

tagged: vim editor tab complete syntax check gsnippets vimrc vim editor tab complete syntax check gsnippets vimrc

Link:


Trending Topics: