李晓辉

Results 17 comments of 李晓辉

LSP 3.17 also has another awesome feature, `type hierarchy`

Corner case, the winbar always shows even gps is not available. Correct case Wrong case

Any progress on this, it's waiting for 7 years.

or app = newApp() another = app.Route("/foo") another.Get("/", func) another.Post("/", func)

Bug catch. Before enter window: After enter window: The title disappears after entering the window.

In order to achieve this, I hook the `vim.lsp.util.make_floating_popup_options`. ```lua local origin_make_floating_popup_options = vim.lsp.util.make_floating_popup_options function vim.lsp.util.make_floating_popup_options(width, height, opts) local inner_opts = origin_make_floating_popup_options(width, height, opts) return vim.tbl_extend("force", inner_opts, { title =...

> ```lua > local origin_make_floating_popup_options = vim.lsp.util.make_floating_popup_options > function vim.lsp.util.make_floating_popup_options(width, height, opts) > local inner_opts = origin_make_floating_popup_options(width, height, opts) > return vim.tbl_extend("force", inner_opts, { title = opts.title, title_pos = opts.title_pos...

If I understand correctly, this is called `Variadic Generics` in other languages?