Skip to content

No Inlay hints on 4.3.4 #958

Open
Open
@EliasDerHai

Description

@EliasDerHai

in neovim with stock kickstart.nvim and ts_ls running:

:lua print(vim.inspect(vim.lsp.buf_request_sync(0, 'textDocument/inlayHint', {
  textDocument = vim.lsp.util.make_text_document_params()
}, 500)))

always returned

{
  [2] = {
    result = {}
  }
}

switching to https://github.com/pmizio/typescript-tools.nvim was my only option

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions