3 ms·
It's faster than an lsp?? What on earth are you doing? Even just the context switch to typing the right grep command is slower than ctrl-g or whatever.
by wredcoll 7d ago
It's faster than an lsp?? What on earth are you doing? Even just the context switch to typing the right grep command is slower than ctrl-g or whatever.
- qudat 7d agoLSP load times can be brutal (or crash entirely) and I have a shortcut to grep the word under the cursor. Ctags is a symbol indexing system so I run it once for a project and can do symbol searches in my editor or using fzf. I have ctags index the languages stdlib as well which is really handy for quick symbol searching -> open my editor to read more