svls icon indicating copy to clipboard operation
svls copied to clipboard

how to configure to support "go to definition" on vscode?

Open songzenghui opened this issue 2 years ago • 1 comments

In my env.sv , I want to jump by clicking the left mouse button. For example, env.sv :

class my_env extends uvm_env;

   my_agent   i_agt;
   my_agent   o_agt;
   my_model   mdl;
   my_scoreboard scb;
endclass

I can go to my_agent.sv or uvm basic class uvm_env, by click the my_agent or uvm_env symbol. But now it do not work.

songzenghui avatar Dec 11 '22 03:12 songzenghui

@songzenghui That is not intended functionality. See #1, #58, #89.

DaveMcEwan avatar Dec 15 '22 13:12 DaveMcEwan