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
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
I've looked at sourcegraph before but it seems to have had some of churn on the language support issue. Previously the basic-code-intell worked out of the box for these languages (Verilog, Systemverilog and VHDL). Now, this useful feature has been dropped. I dug a little and see that it might be possible for me to add these languages but I'm afraid the update to the basic-code-intell stuff might be just out of my reach. The doc on that repo is a bit confusing. If I read it right , basic code intell uses universal-ctags under the hood (which I've used before) but I don't quite understand how to configure it on a per-language basis.
Seems like .v, .vh, .svh, and .vhdl are the file extensions covered here...