Skip to content

"Jump to definition" doesn't work when unused imports are present #12

@intercepti0n

Description

@intercepti0n

Image

settings.json

{
  "lsp": {
    "haxe-language-server": {
      "initialization_options": {
        "displayArguments": ["build.hxml"],
      },
      "settings": {
        "haxe": {
          "buildCompletionCache": true,
        },
      },
    },
  },
}

build.hxml

-cp src

-lua main.lua

-lib hxdefold

-dce full

-D analyzer-optimize

--macro include("", true, null, ["src"])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions