https://bugs.kde.org/show_bug.cgi?id=439671

            Bug ID: 439671
           Summary: Intelephense LSP Failed to apply changes to file
           Product: kate
           Version: 21.04.1
          Platform: Manjaro
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: application
          Assignee: kwrite-bugs-n...@kde.org
          Reporter: ard...@gmail.com
  Target Milestone: ---

SUMMARY
I have installed version 21.04.1 on Manjaro Linux. I also have Intelephense LSP
installed and added to PATH. It can be used from other text editor such as
Sublime Text, Atom, or VSCode. Intelephense can be started successfully from
Kate, but failed to provide autocompletion or any other feature.

STEPS TO REPRODUCE
1. Add Intelephense configuration to kate_lsp_client.json
2. Open PHP project folder
3. Open PHP file from project
4. Try calling autocompletion feature

OBSERVED RESULT
17:17:01 LSP Server Warning intelephense@/home/path/to/project 
Failed to apply changes to file://home/path/to/project/src/File.php

EXPECTED RESULT
LSP features should work

SOFTWARE/OS VERSIONS
Linux: Manjaro with GNOME 40.1.0

ADDITIONAL INFORMATION
LSP configuration

"intelephense": {
    "command": ["/usr/bin/intelephense", "--stdio"],
    "url": "https://github.com/bmewburn/intelephense-docs";,
    "highlightingModeRegex": "^PHP.*$",
    "rootIndicationFileNames": ["composer.json"]
}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to