Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

CreateNewOverrideCompletionData does not get called #520

Open
mhw3l opened this issue Sep 2, 2016 · 0 comments
Open

CreateNewOverrideCompletionData does not get called #520

mhw3l opened this issue Sep 2, 2016 · 0 comments

Comments

@mhw3l
Copy link

mhw3l commented Sep 2, 2016

Hello,

I implemented the "ICompletionDataFactory" interface to realize IntelliSense-features in my projects. But I get wrong completion data for overridable method names. I noticed that the method "CreateNewOverrideCompletionData" only gets called when the input string is something like

public override $

(without a type!) where $ is the cursor position.
But when the input string is something like

public override string $

(which is more correct) then "CreateNewOverrideCompletionData" is NOT called. Instead I get completion data containing all kinds of types but not a single overridable method name.

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant