hi, I install the anycode in my desktop vscode
and python and c# are both installed too.
and there is some case I can't understand: should I enable those feature explicitly?
like:
"[csharp][c][cpp][python]": {
"anycode.language.features": {
"completions": true,
"definitions": true,
"references": true,
"workspaceSymbols": true,
"highlights": false,
"outline": false,
"diagnostics": false
}
},
- by default.
nothhing while press F12

- ENABLE THE SETTING explicitly
press F12 and we could find something.

I notice that the default setting of anycode are:
"anycode.language.features": {
"completions": true,
"definitions": true,
"references": true,
"workspaceSymbols": true,
"highlights": false,
"outline": false,
"diagnostics": false
}
Is it means that we should enable then explicitly
hi, I install the anycode in my desktop vscode
and python and c# are both installed too.
and there is some case I can't understand: should I enable those feature explicitly?
like:
nothhing while press F12
press F12 and we could find something.
I notice that the default setting of anycode are:
Is it means that we should enable then explicitly