Sebastian Obentheuer
- Total activity 119
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 22
- Subscriptions 37
-
Created 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... -
Created 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…. -
Created 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... -
Created 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)...