1.0.5 • Published 1 year ago

linear-ls v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

linear-ls

Linear Language Server

Installation

npm i -g linear-ls

neovim

If you use lspconfig, add the following:

if not lspconfigconfigs.linear_ls then
  lspconfigconfigs.linear_ls = {
    default_config = {
      cmd = { "linear-ls", "--stdio" },
      filetypes = { "typescript" },
      root_dir = function(fname)
        return lspconfig.util.find_git_ancestor(fname)
      end,
    },
}
end
lspconfig.lls.setup({
  capabilities = capabilities,
})

And have your Linear token sourced as LINEAR_API_KEY.

Features

Hover on Issues

Hovering on ticket identifier shows the ticket description.

Issue Completion

Typing team key, hyphen and search term (e.g. EUC-thing) triggers issue search. Selecting a result puts in a link to your issue.

Create Ticket from Text Selection

TODO

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago