displaytext and description swapped
This commit is contained in:
parent
7d7349142c
commit
a6424c22d8
@ -43,8 +43,8 @@ class CsharpCompleter( ThreadedCompleter ):
|
|||||||
|
|
||||||
def ComputeCandidates( self, unused_query, unused_start_column ):
|
def ComputeCandidates( self, unused_query, unused_start_column ):
|
||||||
return [ { 'word': str( completion['CompletionText'] ),
|
return [ { 'word': str( completion['CompletionText'] ),
|
||||||
'menu': str( completion['Description'] ),
|
'menu': str( completion['DisplayText'] ),
|
||||||
'info': str( completion['DisplayText'] ) }
|
'info': str( completion['Description'] ) }
|
||||||
for completion in self.getCompletions() ]
|
for completion in self.getCompletions() ]
|
||||||
|
|
||||||
def getCompletions( self ):
|
def getCompletions( self ):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user