You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A common VIM workflow is to create tags file (often via ctags). There is no ReScript / ctags language extension, but maybe this is not even needed.
In a first version it would be perfectly fine to comply to the ctags file format and use the editor-support binary to retrieve the data for our modules.
When rescript-vscode supports outlines, it would also be possible to use that functionality to list outlines via coc-vim of course. I want to have a vanilla vim version first though.
A common VIM workflow is to create tags file (often via
ctags
). There is no ReScript / ctags language extension, but maybe this is not even needed.In a first version it would be perfectly fine to comply to the ctags file format and use the
editor-support
binary to retrieve the data for our modules.When rescript-vscode supports outlines, it would also be possible to use that functionality to list outlines via coc-vim of course. I want to have a vanilla vim version first though.
Also check out how to use tags / how to create tag files in vim.
The text was updated successfully, but these errors were encountered: