intel/dml-language-server

Go-to definition on C functions (particularily Simics API)

JonatanWaern opened this issue · 0 comments

There is a desire to be able to follow calls to C functions to their definitions, there are a few variants of this:

  • C function defined in header or footer block
  • C function defined in external file (usually simics internals)

Neither case is particularly easy to resolve without also parsing C code