tenfyzhong / CompleteParameter.vim

Complete parameter after select the completion. Integration with YouCompleteMe(ycm), deoplete, neocomplete.
MIT License
261 stars 27 forks source link

Typescript for Javascript files #25

Open lukas-reineke opened 6 years ago

lukas-reineke commented 6 years ago

Issue Prelude

tsuquyomi supports the option to use it for javascript as well. (let g:tsuquyomi_javascript_support = 1) But CompleteParameters javascript implementation can't handle this. I have a fork where I just overwrite the filetype variable to typescript cmp#complete and then it works fine. But this isn't really a nice solution. Do you think it makes sense to support this?

Thanks

tenfyzhong commented 6 years ago

Overwrite the filetype is terrible. I will support this feature later.