abingham / emacs-traad

Emacs client for the traad Python refactoring tool.
MIT License
40 stars 12 forks source link

Company-mode plugin? #2

Open rmuslimov opened 7 years ago

rmuslimov commented 7 years ago

I'm actively using company-mode in emacs and I see that traad is using popup.el. Is it a good idea in implementing plugin for company-mode?

abingham commented 7 years ago

I'm not opposed to someone writing a company extension for traad, but my honest opinion is that other tools - jedi, ycmd, etc. - are better for that. In fact, I'm somewhat inclined to remove those elements from traad altogether and simply let it focus on its most important feature, refactoring.