Mpoelzl
- 活动总数 20
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 5
-
创建于 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 ... -
创建于 How can i set the git executable in Fleet?
已回答I 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... -
创建于 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... -
创建于 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 ... -
创建于 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...