Image not available

204x192

Untitled.jpg

๐Ÿงต Geany autocompletion

Anonymous No. 16184318

I'm new to Geany (and IDE's in general).
If I put this in a Python script:
import subprocess

then i start typing:
subprocess.

Is there any way to get Geany to show a popup with all the members/methods of `subprocess`?

Anonymous No. 16184594

Look into LSP. Honestly it'd be better to use vscode, since it has everything configured by default or it could be easily configured by yourself. But LSP allows any editor to be good enough: you can use Kate, for example, or neovim.

Anonymous No. 16184628

>>16184318
GeAnY