nathankot / company-sourcekit

Completion for Swift projects via SourceKit with the help of SourceKitten
207 stars 16 forks source link

Completion in the middle of a word #10

Closed wiruzx closed 8 years ago

wiruzx commented 8 years ago

Example:

self.doSome // Doesn't complete me here
self. // If I ask to complete me here, it will show "doSomething" completion
nathankot commented 8 years ago

This was working at some point, perhaps not anymore. I'll check it out!

nathankot commented 8 years ago

@wiruzx this seems to be working for me (see attached gif) Perhaps it is just being slow? Can you please enable company-sourcekit-verbose and check what prefix is being used by company in the *Messages* buffer? In your case the prefix should be 'doSome'

example

wiruzx commented 8 years ago

Hmm, it seems to be working right now. Probably the reason of this was something else. Thanks for response!