David Mejorado
David Mejorado
I've just updated a large codebase to TS 4.3. Unfortunately, I haven't seen any noticeable improvements for this problem.
@welcoMattic could you show us a live example?
Can confirm bug, using the UI as well.
In case anyone else is being blocked by this issue, I solved it by patching the package post-install with [patch-package](https://www.npmjs.com/package/patch-package): `patches/@storybook+components+6.5.12.patch` ```patch diff --git a/node_modules/@storybook/components/dist/ts3.9/_modules/@popperjs-core-lib-types.d.ts b/node_modules/@storybook/components/dist/ts3.9/_modules/@popperjs-core-lib-types.d.ts index 3a67cf6..2616382 100644 ---...
Yes, it does solve the problem, it moves the cursor to some odd positions, but it's completely functional. Thank you. Great plugin, btw!
You're right, looks like I only thought about updating the plugin but I obviously didn't. I did find another problem, this time with the jump commands `CTRL-O` and `CTRL-I`. They...
I updated the codebase I was having issues with to TS 4.9, and the changes now reflect immediately! It looks like an improvement in their file-watching system: https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/#file-watching-now-uses-file-system-events
Hey @dzintars I had the same request, and after chatting with @jose-elias-alvarez we decided to split off the CSpell sources into a companion plugin, checkout [cspell.nvim](https://github.com/davidmh/cspell.nvim) which adds support custom...
Thanks for the PR! I'll take a look later today.
Hi @JeanMertz, thanks for the report, I'll look into it later this week.