We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice to have dot-completion on locals, for example. Maybe some integration with realgud?
realgud
The text was updated successfully, but these errors were encountered:
tbh i would have no idea how to approach this without massively complicating things.
comint specific (not emacs-python-pytest specific) solutions will likely work for this package as well, btw
Sorry, something went wrong.
@matthew-piziak Take a look at https://github.com/muffinmad/emacs-pdb-capf ;)
Example configuration:
(add-hook 'python-pytest-mode-hook (lambda () (add-hook 'completion-at-point-functions 'pdb-capf nil t)))
No branches or pull requests
It would be nice to have dot-completion on locals, for example. Maybe some integration with
realgud
?The text was updated successfully, but these errors were encountered: