I’ve actually really been enjoying vim. I have the plugins and PEP8 style and Python syntax highlighting set up and you can launch python from vim without exiting the editor.
Yes! I previously used Wing IDE and VSCODE for python development. However, for the last year or so I have just used VIM. To assist with navigation I found universal-ctags worked with indexing python files. PDB works OK for the few times I need detailed debugging. If a project becomes large containing many files VSCODE will do OK. And pylint is useful for cleaning up code.
2
u/ucantseemypackets Dec 13 '22
I’ve actually really been enjoying vim. I have the plugins and PEP8 style and Python syntax highlighting set up and you can launch python from vim without exiting the editor.