-
Notifications
You must be signed in to change notification settings - Fork 47
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
Maybe somehow use it in vim/emacs/etc? #23
Comments
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. |
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). |
try it!
…On Mon, Dec 11, 2017 at 12:20 AM Le ***@***.***> 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
<#23 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACeNzbqYfKgCeCpYTuGGbSPfr4v60iPtks5s_OXngaJpZM4MkXdl>
.
|
@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. |
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.
The text was updated successfully, but these errors were encountered: