· @smeikx
20 followers · 247 posts · Server graz.social

Using an server in for working with has accelerated my workflow, but from time to time jumping to certain function declarations fails while still pushing one CPU core to 100 percent.

Maybe is unfit for Moodle’s codebase? It also gives many false errors.
I might try or instead, or even just use again.

#LSP #neovim #moodle #phpactor #Phan #Psalm #ctags #php #nvim #webdev

Last updated 2 years ago

Eric 🐺 · @garvalf
58 followers · 163 posts · Server mastodon.art

I've added in the for , so you can list all the words in a convenient way in this code editor...

github.com/geany/geany/pull/33

#geany #ctags #forth

Last updated 2 years ago

éric 🚲 🇪🇺 :emacs: · @ericsfraga
567 followers · 469 posts · Server fediscience.org

@kaz_yos Sorted this out. The solution is a combination of installing the exuberant-ctags package and a package for in . The command I then use is

ctags-exuberant -R -e --options=.../julia-ctags/ctags --totals=yes somefolder

github.com/JuliaEditorSupport/

#julialang #ctags #debian

Last updated 2 years ago

:keyoxide: :rust: :neovim: · @cjoly
68 followers · 88 posts · Server fosstodon.org

I’ve been using with for a couple months now. It’s been a complete game changer to update my journal with fast completions and code navigation. It works out of the box with my editor of choice /#vim and also with other editors, sometimes with a plugin (, …).

I’m now sharing the ctags configuration, as this could benefit others: cj.rs/ledger-ctags/

Please let me know if you have issues or if some things are unclear!

🏦

🧵1/4

#ctags #ledger #neovim #emacs #vscode #plaintextaccounting #ledgercli

Last updated 2 years ago

Rémi Birot-Delrue :llama: · @rbd
22 followers · 236 posts · Server framapiaf.org

Wanted to run ctags not only on my current Go projectybut also on all its dependencies. Ended up doing:

go list -deps -f '{{range $file := .GoFiles}}{{printf "%s/%s\n" $.Dir $file}}{{end}}' \
| ctags --tag-relative=yes -L - -f"$$.tags" --languages=go

WDYT?

#golang #ctags

Last updated 5 years ago

erAck · @erAck
218 followers · 5335 posts · Server social.tchncs.de