vicoapp / vico

Mac Programmers Text Editor
http://www.vicoapp.com/
657 stars 89 forks source link

Tags file seems to be ignored? #61

Closed lmarrero closed 10 years ago

lmarrero commented 10 years ago

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?

Shadowfiend commented 10 years ago

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.

lmarrero commented 10 years ago

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

Shadowfiend commented 10 years ago

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

lmarrero commented 10 years ago

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

Shadowfiend commented 10 years ago

Thanks for the positivity :)