Shougo / deoplete-rct

deoplete rcodetools source for Ruby
Other
24 stars 0 forks source link

Does not trigger completion with double colon (::) #2

Closed aminfara closed 7 years ago

aminfara commented 7 years ago

My setup with rct works fine with ruby identifiers and dot (.) but does not trigger autocomplete when type double colon ex:

JSON. (brings up pum) Net:: (nothing happens)

I think it is related to this line

self.input_pattern = r'\.[a-zA-Z0-9_?!]*'

Could you please add :: to the regex?

Thank you.

aminfara commented 7 years ago

WOW that was fast! Big Thank you.