-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
I get the prompt for renaming, but when modifying the name I don't see any file name changing nor error messages.
This is my Lazy config:
{
'pmizio/typescript-tools.nvim',
dependencies = {
'nvim-lua/plenary.nvim',
'neovim/nvim-lspconfig',
},
opts = {
expose_as_code_action = 'all',
complete_function_calls = false,
jsx_close_tag = { enable = true, filetypes = { 'javascriptreact', 'typescriptreact' } },
settings = {
tsserver_plugins = {
'@styled/typescript-styled-plugin',
},
separate_diagnostic_server = true,
publish_diagnostic_on = 'insert_leave',
expose_as_code_action = 'all',
tsserver_file_preferences = {
includeInlayParameterNameHints = 'all',
includeCompletionsForModuleExports = true,
},
},
},
},
Am I missing something? I see this is a non-issue for most people (haven't found another issue) and is supported according to the README.
maxRN, filmaj, NiloDrumond, erikzylstra, Vinzent03 and 2 more
Metadata
Metadata
Assignees
Labels
No labels