Skip to content

some question about feature enable #46

@heartacker

Description

@heartacker

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
        }
    },
  1. by default.
    nothhing while press F12

image

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions