https://bugs.kde.org/show_bug.cgi?id=483330
Bug ID: 483330 Summary: Kate LSP client stops suggestion of autocompletion if there's a space in the filename Classification: Applications Product: kate Version: 23.08.4 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: application Assignee: kwrite-bugs-n...@kde.org Reporter: m...@josequesada.com Target Milestone: --- SUMMARY *** Kate LSP client stops suggestion of autocompletion if there's a space in the filename *** STEPS TO REPRODUCE 1. install a markdown lsp, example zk 2. configure the lsp client in kate like so : { "servers": { "markdown": { "command": ["zk", "lsp"], "root": ".zk" } }, "python": { "command": ["python3", "-m", "pyls", "--check-parent-process"], "url": "https://github.com/palantir/python-language-server", "highlightingModeRegex": "^Python$" } } 3. try to autocomplete wikilinks by typing [[ctrl+space. You get a list of suggestions (good!) 4. type the filename you want, containing a space in it 5. autocopletion window closes, no way to fill the autocompletion. OBSERVED RESULT No autocopletion EXPECTED RESULT Autocomplete the filename, with spaces SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: 5 KDE Frameworks Version: 5.114 Qt Version: ? ubuntu-> TuxedoOS ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.