about goto definition plugin

SamC
Posts: 207
Joined: 12.08.2023 00:49

Post by SamC »

main Alexey wrote:1. wiki page https://wiki.freepascal.org/CudaText_plugins has topics
19.1 LSP server for Python
19.2 LSP server for Python, pyright
1.I install both of the 2 servers,then which one will be used? I didin't find where to select the active one?

2.By the way, about the bookmarks function, if I add a bookmark on file1, and then open it on a new computer, will the book Mark still exist?
I didn't see any text context in file 1, so I confused on whether it is inside the file1 it self, or another file to restore the bookmars.
main Alexey
Posts: 2245
Joined: 25.08.2021 18:15

Post by main Alexey »

1. the active one is the one activated in the settings/lsp_py.json file (must have prefix 'lsp_').

2. bookmarks are stored into file 'settings/history files.json', key 'bookmarks'.
if you need PORTABLE bookmarks, inside the file - you need plugin - Intext Bookmarks.
SamC
Posts: 207
Joined: 12.08.2023 00:49

Post by SamC »

It seems bookmarks can show in code tree, but inline bookmarks cannot? Or somewhere I didn't notice?
main Alexey
Posts: 2245
Joined: 25.08.2021 18:15

Post by main Alexey »

yes, plugin Code-Tree Bookmarks supports only usual bookmarks.
no such feature for intext bookmarks.
Post Reply