Sebastian Obentheuer

- Total activity 98
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 19
- Subscriptions 29
-
Sebastian Obentheuer commented, -
Sebastian Obentheuer created a post, Find usages of React components that use a certain optional prop?
I would need this quite often: Call "Find Usages (Alt + F7)" for a component (here ItemsTable, which is used hundreds of times in my codebase) but only when a certain optional prop (e.g. menuIt... -
Sebastian Obentheuer commented, -
Sebastian Obentheuer created a post, Get to run the official Tailwind Sorting plugin?
I try to get to run the official Tailwind Sorting plugin (https://tailwindcss.com/blog/automatic-class-sorting-with-prettier) I use pnpm in a monorepo. I installed "prettier-plugin-tailwindcss" in ... -
Sebastian Obentheuer commented, -
Sebastian Obentheuer created a post, How to run a plugin on save?
I use the plugin "Tailwind Formatter" plugin. How can I configure the "Actions on Save" Tool to run it? -
Sebastian Obentheuer created a post, Move HTML Tags Up / Down in hierarchy
Can I move HTML Tags Up / Down in hierarchy? I do this a lot. make this: <div> <span>Foo</span></div> into this: <span> <div>Foo</div></span> -
Sebastian Obentheuer created a post, Tailwind CSS completion bug?
Autocompletion works fine for me, until: I use a function to create my class strings (here "cn()" ). In this case I have autosuggest only at the first position of my string (here when I start to ty... -
Sebastian Obentheuer created a post, Change Signature => Delegate via overloading method
Hey there, I found this in the IntelliJ Forum but could not find it in Webstorm:"Change Signature" refactoring there is a radio button atthe top of the dialog to select "Delegate via overloading me... -
Sebastian Obentheuer commented,