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
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.
While I was gathering evidence, I noticed that I didn't have a tsconfig in the project. I thought this might be a dependency of the plugin, but it wasn't. I added the tsconfig, and unfortunately, the problem persists.
Ah, congratulations on the excellent tool, Biome, and this plugin! I'm sure they will soon become an industry standard :)
MacBook 16" 2019 (Intel) - Mac Sequoia
WebStorm 2024.2.3
The text was updated successfully, but these errors were encountered:
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: