pascal-language-server icon indicating copy to clipboard operation
pascal-language-server copied to clipboard

`textDocument/implementation` doesn't work in code blocks

Open genericptr opened this issue 2 years ago • 0 comments

Now go to implementation will jump to the declaration if you use it on a function call within a code block. Internally it uses CodeToolBoss.JumpToMethod which only works on declarations so we may need to find the declaration first and then call CodeToolBoss.JumpToMethod again on that node.

genericptr avatar Oct 06 '22 02:10 genericptr