Constant errors in TypeScript files #98
Labels
Needs reproduction
Needs a reproduction
Waiting for response
Waiting for a response from the author of the issue
I noticed that several errors appeared in my TypeScript files. Initially, I thought they were TypeScript or WebStorm errors, but after some tests, I identified that the problem was with Biome.
It seems that Biome doesn't trigger some action after the last user action (last character typed), causing the error.
Common declaration without any errors in the file:
I added a simple "export" and the error appeared:
More about the error:
When I restart the Biome service, the error disappears. I can also solve the problem by closing and reopening the file:
To rule out configuration issues, Biome, or the plugin, I tested the same code in VSCode:
When typing, it shows an error, which is expected because I haven't added the necessary space yet:
And after adding the space, no errors appear, meaning it's not a configuration or Biome library issue, but a problem with the WebStorm plugin:
This issue is quite frustrating as it mixes real problems with this bug, making the work harder.
MacBook 16" 2019 (Intel) - Mac Sequoia
WebStorm 2024.2.3
The text was updated successfully, but these errors were encountered: