erichard / SublimePHPCompanion

A Sublime Text plugin that provides cool stuff for PHP 5.3+ coding session.
MIT License
932 stars 115 forks source link

Curiosity #125

Closed ghost closed 4 years ago

ghost commented 6 years ago

Hi @erichard, how are you doing?

I was reading your README.md before trying the package and saw that you switched to vim. As I'm a ST and vim user I wonder why you choose to switch to vim. Can you have better code completion with php through vim? If yes, can you say how? ctags of something like that?

Thanks in advance =)

erichard commented 5 years ago

Hi @gabrieltigre. Sorry for my late response.

In fact I'm still in the process of switching, it's so hard to change our code habits! I have a very good efficiency with ST but I try to push further.

I'm not a huge fan of completion but I use lvht/phpcd.vim for core PHP completion and universal ctags for project related completion.

What I really use is snippets, keybinding and macro. Vim is pretty good for all of this, so I'm trying, I really do :smile:

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.