Tips and Tricks
Please add your own
core
- Set the command "pida-remote" for file handlers in applications like web browsers for filetypes like ".py" and open all of these things directly in PIDA.
- The filemanager provides a button to hide or show hidden files. These hidden files are by default dot-files, emacs backups and python object files. You can add or remove file types using the pida/filemanager/hide_regex config.
- UsingExternalDiffTools
medit (moo)
- You can have different preferences in the moo backend by creating a ~/.pida2/pida_mooedit.[workspacename].rc file. This will be loaded after the default file
pylint (python_lint)
- you can add project pylintrc file into .pida-metadata/python_lint/pylintrc
Create one with
pylint --generate-rcfile > .pida-metadata/python_lint/pylintrc
vim
- See VimTweaks
