suoto / hdl_checker

Repurposing existing HDL tools to help writing better code
GNU General Public License v3.0
192 stars 22 forks source link

Is it possible to navigate to components source? #81

Closed jagjordi closed 4 years ago

suoto commented 4 years ago

Not at this time because the goto functionality is limited to byproducts of the automatic library inference and compile sequence algorithm.

I personally use ctags for things like that. It's not perfect but it's fast, it will show some alternatives from which I choose the right one.