Skip to content

No Autocomplete in padawan server #22

@Kedra

Description

@Kedra

So I tried removing the symfony component and auto-completing with vim it doesn't show any matchings with either using , ->, :: . I used YouCompleteMe in this case but somehow even with it, no results are found; even renamed new ycm triggers too (Windows x64):

`let g:ycm_semantic_triggers = {
\ 'c' : ['->', '.'],

\ 'ocaml' : ['.', '#'],

\ 'cpp,objcpp' : ['->', '.', '::'],

\ 'perl' : ['->'],

\ 'php' : ['->', '::', '(', 'use ', 'namespace ', ''],

\ 'cs,java,javascript,typescript,d,python,perl6,scala,vb,elixir,go' : ['.'],

\ 'ruby' : ['.', '::'],

\ 'lua' : ['.', ':'],

\ 'erlang' : [':'],

\ }`

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions