Empty content assist proposal is suggested
Status: Beta
Brought to you by:
bernhardbrem
class Test{
public void V()
{
}
}
Put the text cursor inside the V() method. Invoke content assist. Nothing happens, but my editor becomes dirty. Invoke it again, nothing happens, but my editor becomes un-dirty.
From debugging, it seems like one "empty" completion proposal is being created in CSharpCompletionProcessor's searchInTries(String, int, HashMap, HashSet, SourceElementLabelProvider) method.
Logged In: YES
user_id=1299552
Originator: YES
I forgot to change the path in AssemblyExtractor which explains why nothing is shown up. Still, a completion proposal with an empty string should not be created/presented to the user.