Skip to content
New issue

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

PDB autocompletion #17

Open
matthew-piziak opened this issue Mar 12, 2019 · 3 comments
Open

PDB autocompletion #17

matthew-piziak opened this issue Mar 12, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@matthew-piziak
Copy link

It would be nice to have dot-completion on locals, for example. Maybe some integration with realgud?

@wbolster wbolster added the enhancement New feature or request label Jul 31, 2020
@wbolster
Copy link
Owner

wbolster commented Nov 5, 2021

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

@muffinmad
Copy link

@matthew-piziak Take a look at https://github.com/muffinmad/emacs-pdb-capf ;)

@muffinmad
Copy link

Example configuration:

(add-hook 'python-pytest-mode-hook
          (lambda ()
            (add-hook 'completion-at-point-functions
                      'pdb-capf nil t)))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants