-
Notifications
You must be signed in to change notification settings - Fork 10
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
Feature Request: completion script #13
Comments
BTW, how about trying to use neocomplcache.vim or neocomplete.vim. |
I currently use YouCompleteMe.vim which is quite good and derives it's completion results in a similar manner. Still, it isn't as good as using it with a language that has a good omnicomplete script. |
I currently don't know much about omnicomplete scripts - I think this is a good idea and at some point will dive in and try, and I will also look into crazymaster's suggestions, but for now I'm hoping someone who has better knowledge of this area of vim can take this on. |
I realize that a syntax completion is OK but a omni-complete(complete by analyzing the context; |
I currently use a syntax file based autocompletion (perhaps my primary reason for using vim over processing.app.) It does an o.k. job, but it isn't as contextually aware as it should be. What is the possibility of creating a processingcomplete.vim for omnicomplete to use? I've had a look at javacomplete.vim to see how its done or if it could be easily adapted, but it's a bit beyond me.
The text was updated successfully, but these errors were encountered: