https://bugs.kde.org/show_bug.cgi?id=462476
Bug ID: 462476 Summary: When programming in golang an output window pops up with many error messages that hinders typing resulting in pressing the same key multiple times to get a character through (e.g. pressing { many times which generates errors msgs and missed keystrokes) Classification: Applications Product: kate Version: 21.12.3 Platform: Kubuntu OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: application Assignee: kwrite-bugs-n...@kde.org Reporter: bugrep...@oma.anonaddy.com Target Milestone: --- SUMMARY *** When programming in golang an output window pops up with many error messages that hinders typing resulting in pressing the same key multiple times to get a character through (e.g. pressing { many times which generates errors msgs and missed keystrokes) *** STEPS TO REPRODUCE 1. Install Kubuntu 22.04 2. Install Golang from repositories (ver 1.8.X at the time of writing) 3. start coding in go and the output console starts showing LSPServer errors. OBSERVED RESULT Partial autocompletion happens but keystrokes get missed when these LSPserver errors start getting generated and slows things down. EXPECTED RESULT Auto completion or keywords/code structure (e.g. {} ) and so on. SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: Linux 5.15.x / Plasma 5.24.7 (available in About System) KDE Plasma Version: 5.24.7 KDE Frameworks Version: 5.92.0 Qt Version: 5.15.3 ADDITIONAL INFORMATION This may not help but I am very new to both KDE / Kudbuntu and Golang in general - I'm using everything almost as is out of the box. Below is an example of the most common error that pops-up for me. There are others but I could not capture them all. ``` 2022/12/01 10:08:32 DocumentSymbols failed: invalid pos URI=file:///home/tiny/go/src/cnv-chr-ren-file-extract-subtitle-spltup-file-denGO2riverNile-upload2ORG-Archive/dengo2rvrnile.go 2022/12/01 10:08:59 DocumentSymbols failed: invalid pos URI=file:///home/tiny/go/src/cnv-chr-ren-file-extract-subtitle-spltup-file-denGO2riverNile-upload2ORG-Archive/dengo2rvrnile.go 10:08:32 LSP Server Error go@/home/tiny 10:08:59 LSP Server Error go@/home/tiny ``` -- You are receiving this mail because: You are watching all bug changes.