> Just a shameless promotion - with my LSP plugin the clangd server seems to > always return the "right" symbol based on its true visibility from the given > position so no popup like that seems to be necessary.
You took the words right out my mouth, thats what happens with Vscode using LSP (assuming the build is right), no popup. That precision also means Vscode can afford a multi-line calltip on hover to show the declaration since its only showing one result (a feature I'm _sure_ will be available with the LSP :-). So I'm thinking this shouldn't be rushed into 2.0, it certainly is still needed until LSP is more widely available, but its not a bug that needs fixing NOW!! > I'm actually not sure if these strings should be translatable I'm not sure what strings @b4n was talking about, but if its the code strings shown in the popup then the advice we got from a multi-linguistic translation service back when I worked for a big (French) company was that code and similar printouts should match the code, it is not human language, it cannot be translated. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3547#issuecomment-1751881505 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/3547/[email protected]>
