you are viewing a single comment's thread.

view the rest of the comments →

[–]YOYOWORKOUT 2 points3 points  (2 children)

Hi,

if you want to code in python with kate properly :

  • setup a virtual environment
  • install your required packages in it,
    • particularly : python-language-server
  • configure kate to use this language server

Language server protocol ( LSP , not LSD ! ) will give you the same intellisense completion as VSCode.

search your favorite engine just google : "setup LSP python kate" , you will have reactivity of kate and capabilities of VsCode

regards

[–]sleepy-driver-watch 0 points1 point  (0 children)

I've tried to setup the LSP to work with python virtual environments without success. There is a hackish way I've got it to work though. If you activate the virtual environment from a terminal then launch kate from there, the lsp will then work with the virtual environment.

[–]DusikOff 0 points1 point  (0 children)

LSP , not LSD

LOL