terrychou / iVim

A vim port to iOS.
598 stars 35 forks source link

Universal-CTags integration #135

Closed suliveevil closed 4 years ago

suliveevil commented 4 years ago

Is it possible to integrate Universal-CTags into iVim?

terrychou commented 4 years ago

Is it that it is not completely compatible with ctags?

suliveevil commented 4 years ago

😂Just a wander. ictags is good enough for me.

terrychou commented 4 years ago

ctags has been changed to an external command and implemented from Universal Ctags. I have pushed it (ver 2.22(1)) to TestFlight, please have a try.

suliveevil commented 4 years ago

😂 I lost my TestFlight, would you please invite me again? Thank you very much. suliveevil@icloud.com

suliveevil commented 4 years ago

Great feature! Now we can use official tagbar!

terrychou commented 4 years ago

Please test the new command ctags more and report any related issue here. Because I don't use it much, I haven't tested it thoroughly.

suliveevil commented 4 years ago

ctags -R . works fine, this is all I need😂 Somehow Plugin vim-gutentags is not working.

suliveevil commented 4 years ago

I just find a plugin can generate tags without ctags. It use regex to math class function expression and so on. I will try to make a python generate script, re-inventing the wheel~

suliveevil commented 4 years ago

It's wired that I couldn't find a plugin automatically generate and update tags file. Ctags tag file is important and I will keep looking and testing some tag plugins.

As for iVim's universal-ctags, I haven't find a bug, so I will close this issue.