PTVS
PTVS copied to clipboard
It showed empty class name when type @.
Environment
Expected behavior
Actual result and screenshots
One of the completion items returned from pylance is
{
"label": "",
"kind": 7,
"data": {
"workspacePath": "C:\\Users\\stellahuang\\source\\repos\\PythonApplication9\\PythonApplication9",
"filePath": "C:\\Users\\stellahuang\\source\\repos\\PythonApplication9\\PythonApplication9\\PythonApplication9.py",
"position": {
"line": 1,
"character": 5
},
"funcParensDisabled": true,
"symbolLabel": ""
},
"sortText": "05.0000.",
"command": {
"title": "",
"command": "pylance.completionAccepted",
"arguments": []
}
},
needs to investigate why it returns empty string
The empty label comes from the symbol table.