xolox / vim-easytags

Automated tag file generation and syntax highlighting of tags in Vim
http://peterodding.com/code/vim/easytags/
1.01k stars 109 forks source link

Handle php errors on index generation #104

Closed luishdez closed 9 years ago

luishdez commented 9 years ago

I've trying to use this plugin but sadly is unusable in most of the projects because the php errors thrown while index generation.

The index generator should handle the exceptions and not generate index for that classes, methods ect. that throw an error.

There is a lot of cases where you can not use all the files in a project, Eg: missing "optional" dependencies.

xolox commented 9 years ago

Hi Luis,

Can you give me an example of these errors so I know what you're talking about? It could be that Exuberant Ctags is reporting fatal errors or it could be that you're talking about a bug in the vim-easytags plug-in. In the first case there's probably not much I can do, but in the second case I might be able to fix the issue.

xolox commented 9 years ago

I'm going to close this issue now due to lack of feedback. If you can provide more information feel free to reopen this issue.