Hi everyone.
I’ve been trying to use vim as an editor for Crystal.
I know vim can use the file with tags for a quick navigation between language constructions like classes and methods.
Is there a tags generator for Crystal?
Or maybe there is an option to use Ruby tags generator, because Ruby is kinda close to Crystal?
Thanks.
not aware of any tag generator for crystal, but have you looked into vim-crystal and crystalline
vim-crystal is the first thing to install
crystalline works fine in one file, but fails to work on a bigger project. Even something small like crystal-mysql can break crystalline, autocompletion and Go To Definition don’t work (either from YouCompleteMe or CoC)
Moreover, Crystalline fails to work behind VSCode plugin as well :)