Skip to content

muffinmad/emacs-pdb-capf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stand With Ukraine

License GPL 3 MELPA

emacs-pdb-capf

completion-at-point function for pdb (Python debugger)

Usage

Enable pdb completions for specific modes by adding pdb-capf to completion-at-point-functions, e.g. (for GUD):

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

Screenshot

About

Completion-at-point function for pdb (Python debugger)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages