You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using organize imports in a .ts file with coc-tsserver is working great. However, if I try to use it in a .vue. file with a <script lang="ts"> section it's not working.
I have tried to run :CocCommand tsserver.organizeImports, but I either get the error [coc.nvim] Command: tsserver.organizeImports not found if I haven't had .ts file open previously, or if I have, nothing happens. If I try to run :CocCommand editor.action.organizeImport, I get the error [coc.nvim] Orgnize import action not found..
Could this be supported?
The text was updated successfully, but these errors were encountered:
Using organize imports in a
.ts
file with coc-tsserver is working great. However, if I try to use it in a.vue
. file with a<script lang="ts">
section it's not working.I have tried to run
:CocCommand tsserver.organizeImports
, but I either get the error[coc.nvim] Command: tsserver.organizeImports not found
if I haven't had.ts
file open previously, or if I have, nothing happens. If I try to run:CocCommand editor.action.organizeImport
, I get the error[coc.nvim] Orgnize import action not found.
.Could this be supported?
The text was updated successfully, but these errors were encountered: