Sebastian Obentheuer
- 活动总数 119
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 22
- 订阅数 37
-
Sebastian Obentheuer 进行了评论, -
Sebastian Obentheuer 创建了一个帖子, class default export makes private fields "unused"?
I am not sure if this is a bug, but it irritates me a lot. When I make this class a default export I get the below warning (unused field “bar”).Can anyone reproduce this? Why is this? export defaul... -
Sebastian Obentheuer 创建了一个帖子, Profile language servers?
Is there a way to profile / diagnose language servers in any way?I suspect the Tailwind CSS server to slow things down…. -
Sebastian Obentheuer 创建了一个帖子, How to open a file in another project?
Loading our monorepo as a whole into Webstorm was too slow (indexing was slow and Tailwind suggestions were hanging all the time).So, now I try to open separate projects, e.g. project one is AppA a... -
Sebastian Obentheuer 创建了一个帖子, Naming HTML-tags in structure view for a React JSXfile.
Is there a way to name / label the HTML-tags in the structure view for a React JSX file?region comments (https://www.jetbrains.com/help/idea/viewing-structure-of-a-source-file.html#group-members)... -
Sebastian Obentheuer 创建了一个帖子, Since new WS 2024: Inserting Github Copilot suggestions vie TAB key only works on second try?
The suggested completions in the editor are not inserted when I press TAB on the first try. I.e. I press Tab, then it jumps to next line, I go back, now if I press Tab again it inserts the suggesti... -
Sebastian Obentheuer 创建了一个帖子, How to run debug configs in my monorepo?
The error: Cannot find “pnpm-workspace.yml” in Debug mode. I dont know what changed (it worked before), but I cannot run the Run Configurations of my monorepo in “Debug” mode anymore.Regular run w... -
Sebastian Obentheuer 进行了评论, -
Sebastian Obentheuer 创建了一个帖子, How to exclude files from Prettier glob pattern?
I have a hard time to exclude files from being formatted "on save" with Prettier using the glob pattern. I want to exclude all files that contain the extension ".min." foo.css (good) foo.min.css (b... -
Sebastian Obentheuer 创建了一个帖子, Is there a way to disable Webstorm "unused XY" warnings for certain files (here: Storybook stories)?
Can I disable all the "unused XY" warnings I get when using Storybook stories? Unused default export or Unused constant XY