vicoapp/vico

Tags file seems to be ignored?

Closed this issue · 5 comments

I have been trying to get autocompletion working for RubyMotion projects. The Rakefile created by TubyMotion allows to create a Tags file in the project directory via rake ctags that I hoped Vico would detect and use with no luck.

I confirmed that my Tags file contains valid data: Vim is able to load it and use it for autocompletion with the SuperTab plugin. I have been trying to get this to work for quite a few hours but it's hard not having any feedback from Vico whether the Tags file was loaded or not.

Is this currently supported? Any ideas?

Vico doesn't currently support tags-based completion, or indeed any completion beyond in-file word completion.

Vico should read the tag file and let you do a jump to symbol using Ctrl-] based on the tags information.

I'm working on expanding completion possibilities for #23, but it's only one of a few paths I'm pursuing simultaneously right now, so it's not going super-fast.

Thanks for the prompt reply, @Shadowfiend. Somehow I got confused into believing #15 already implemented what I needed.

Sorry to disappoint :/ Going to go ahead and close this.

No disappointment whatsoever. Vico is well on its way to be the perfect editor, great job!

Thanks for the positivity :)