Mpoelzl
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 5
-
Created How can I make Emmet use className instead of class in .tsx files
Hi!As the title already explains I do have the following scenario when I type something like this in a .tsx file:div.hello and press tab, it auto completes to <div class="hello"></div>This however ... -
Created How can i set the git executable in Fleet?
AnsweredI wanted to try JetBrains Fleet and clone my Git project, but unfortunately I always get an error message:“git executable not found”.I have also not found an option in the Git settings of Fleet whe... -
Created Is it possible to debug two individual projects if one of them is attached?
I recently found out about the “Attach” option when opening a second project with WebStorm.I do have two projects, none is my frontend and the other one is my backend. Currently i constantly have t... -
Created Microsoft Edge extensions are removed?
Hi,does anyone here in the community also have a problem with the profiles in Microsoft Edge?Since the end of October I have the problem that when I debug my React app from WebStorm with Microsoft ... -
Created Option to set a branch prefix
Hi!Is there an option in the Jetbrains IDEs (especially WebStorm) to define a branch prefix for Git?In VSCode there is a setting called "git.branchPrefix" that does exactly that. Since we primarily...