pdir2 icon indicating copy to clipboard operation
pdir2 copied to clipboard

Maybe somehow use it in vim/emacs/etc?

Open kootenpv opened this issue 7 years ago • 4 comments

I wanted to compliment pdir again. I notice that I start using it instead of documentations every now and then. Would there maybe be a way we can logically use it in editors?

Maybe others have an idea for it.

kootenpv avatar Mar 21 '17 20:03 kootenpv

Thank you, it's great to hear that 😄

But I don't see how pdir2 as a "Python third-party package" can be integrated to an editor. I'd say if a Vim plugin implement the same logic, it definitely works. However, my knowledge about editors is very limited, there may be some way I'm not aware of that can achieve this.

Suggestions/PRs welcomed.

laike9m avatar Mar 22 '17 02:03 laike9m

I suppose what @kootenpv wants is a prettified YouCompleteMe popup menu. I think this would be a tall order if YCM is not totally understood. If this feature is not based on YCM some conflicts may occur (most vimers use YCM I think).

eduOS avatar Dec 11 '17 08:12 eduOS

try it!

On Mon, Dec 11, 2017 at 12:20 AM Le [email protected] wrote:

I have written several vim plugins and want to have a try.

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/laike9m/pdir2/issues/23#issuecomment-350652561, or mute the thread https://github.com/notifications/unsubscribe-auth/ACeNzbqYfKgCeCpYTuGGbSPfr4v60iPtks5s_OXngaJpZM4MkXdl .

laike9m avatar Dec 13 '17 10:12 laike9m

@eduOS You can integrates into YCM like this: https://github.com/SirVer/ultisnips#ultisnips

Use YCM's complete menu, won't be conflicts, I guess.

laixintao avatar Oct 27 '18 14:10 laixintao