Closed
Description
My project is organised into several bash script files. Some of them are the library files that contain function definitions. When I have my editor opened with only a non library file open, "go to declaration" function fails to take me to the library file that contains the function definition. If I open the library file manually, "go to declaration" works (even if I close the library file afterwards).
Is this sth my editor's LSP plugin should solve or is it a limitation of this language server?