Author Topic: Problem with "go to definition" and multiple projects  (Read 1946 times)

kensmithjr

  • New Community Member
  • Posts: 2
  • Hero Points: 0
Problem with "go to definition" and multiple projects
« on: March 26, 2015, 07:42:52 PM »
I have a C project and a VHDL project in the same workspace. There is a constant that is named the same in both projects. When I execute "Go to Definition" on this constant in the VHDL project, it automatically goes to a header file in the C project instead of the definition in the VHDL project.

I enabled the following setting which didn't fix the problem.

Options >> Languages >> Hardware Description Languages >> VHDL >> Context Tagging >> Go to Definition >> Prioritize navigation to symbols in the current project

SlickEdit 2014 (v19.0.1.1 64-bit)

Thanks!

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6866
  • Hero Points: 528
Re: Problem with "go to definition" and multiple projects
« Reply #1 on: March 26, 2015, 08:46:39 PM »
Can you post some sample source that reproduces this problem once added to a project?

kensmithjr

  • New Community Member
  • Posts: 2
  • Hero Points: 0
Re: Problem with "go to definition" and multiple projects
« Reply #2 on: March 26, 2015, 09:26:09 PM »
Actually it's working now! Maybe because I closed the workspace and reopened it? I had already waited several hours to make sure everything was tagged.

Thanks for trying to help!  ;D