Shougo / neocomplete.vim

Next generation completion framework after neocomplcache
2.74k stars 203 forks source link

Ability to prioritize function parameters and showing them on entering ( #583

Closed sassanh closed 7 years ago

sassanh commented 7 years ago

Is it possible to:

  1. Have an option to prioritize function parameters.
  2. Show function parameters when user enters (. For example when entering serializers.SerializerMethodField( (python rest framework) would be great to show method_field as first completion suggestion and when entering serializers.SerializerMethodField(me would be great to have method_field as first suggestion (currently it's map then max, etc for me, method_field' is 6th)
Shougo commented 7 years ago

Have an option to prioritize function parameters.

I don't think it is useful. The usecase is not useful for me.

Show function parameters when user enters (.

https://github.com/Shougo/echodoc.vim

Shougo commented 7 years ago

Hm. Multipost: https://github.com/roxma/nvim-completion-manager/issues/75

sassanh commented 7 years ago

Yeah, I'm sorry, I posted this in wrong repository here.

Shougo commented 7 years ago

Oh...