vim-processing icon indicating copy to clipboard operation
vim-processing copied to clipboard

Feature Request: completion script

Open XedMada opened this issue 12 years ago • 4 comments
trafficstars

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.

XedMada avatar Jun 21 '13 21:06 XedMada

BTW, how about trying to use neocomplcache.vim or neocomplete.vim. These plugins are so cool.

crazymaster avatar Jun 21 '13 22:06 crazymaster

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.

XedMada avatar Jun 24 '13 15:06 XedMada

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.

sophacles avatar Jul 28 '13 14:07 sophacles

I realize that a syntax completion is OK but a omni-complete(complete by analyzing the context; :h compl-omni) script is missing.

crazymaster avatar May 01 '17 09:05 crazymaster