Does code navigation work in Linux? #157
-
Hi, I'm using Linuxmint, with vscode, all dependencies installed, global, ctags, ctags-exuberant, Pygments, I ran the command to update the tags, but when trying to go to a reference it doesn't work, is there anything else that needs to be done? simplescreenrecorder-2025-01-08_08.25.53.mp4 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @andersonsc10 , Even without ever using it on Linux or Mac, I would say it should work. Are you able to generate tags in terminal/shell, using the Hope this helps |
Beta Was this translation helpful? Give feedback.
Just to let you know, I was able to run it on Linux (WSL in fact), and it seems to be working just fine.
I followed the install/setup of ctags/global/python instructions in this comment (#61 (comment)) in #61. Worth a try.
Hope this helps