Go to definition functionality

Post Reply
smartmic
Posts: 8
Joined: 16.11.2021 10:11

Go to definition functionality

Post by smartmic »

Hi,
what is the recommendation concerning using "Go to definition" function? When I tried it with code written in Python or C++, it always says "No goto-definition plugin installed for this lexer". But I could not find such plugins. Do they exist and I just could not find them? Or are they really missing for such widespread languages?

Related, are there any plans to support ctags in the future?

Thanks & regards,
Martin
main Alexey
Posts: 2245
Joined: 25.08.2021 18:15

Post by main Alexey »

Ctags: I don't plan it, but someone can write a plugin.

Main topic: you neeed IntelliSense plugin! https://wiki.lazarus.freepascal.org/Cud ... telliSense
LSP info here: https://wiki.lazarus.freepascal.org/Cud ... LSP_Client

19.1 LSP server for Python
19.2 LSP server for CSS/SCSS/LESS
19.3 LSP server for Nim
19.4 LSP server for Rust
19.5 LSP server for AutoHotkey
19.6 LSP server for JavaScript/ReactJS
19.7 LSP servers for C/C++
19.8 LSP server for Red
19.9 LSP server for PHP
Post Reply