Johannes1 Hoerteis
- 活动总数 54
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 7
- 订阅数 11
-
已编辑于 Node version isn't changing
The terminals in Webstorm always have 15.0.14 as their node version. no matter what I change in preferences/Languages & Frameworks When I open a new terminal window - node -v always returns 15... -
创建于 How do I change the repository used by the commit dialogue?
已回答I have three folders at the top level of my app /server /client /mission-control they each are based on a boilerplate and have their own upstream repo I was able to create another repo on the t... -
创建于 changing the lib compiler to es2017 in Webstorm?
I have a typescript scrap file inside a larger project.somehow it is complaining: TS2550: Property 'values' does not exist on type 'ObjectConstructor'. Do you need to change your target library? T... -
创建于 What is up with git and the .idea folder?
Honestly, I have to say, that I found working with git in Webstorm to be an absolute menace. Most annoying of all: so often, I find that the project view is empty except for these files:I was ad... -
已编辑于 Webstorm behavior while rebasing from upstream
已回答So I wanted to update my codebase from an upstream/master to "8". While being in 8, I did: Then I resolved the conflicts in the rebase/merge dialog (fyi, here is video proof) ____________________... -
创建于 Adventures with git rebase.
已回答I have little experience with git and to update the boilerplate, that my code is built upon, I went through the following commands: First of all, I want to state that I think it is a horrible idea... -
创建于 Getting better at finding usages
I have often been disappointed by the find usages function, where usages I knew of (or highly suspected) didn't show up. Now I'm trying to understand why that is and what can be done. Furthermore... -
创建于 Git autocommit on Webstorm session events
here's what I have in mind in the form of commit messages: #autocommit - Webstorm opened #autocommit - Webstorm closed #autocommit - First commit of Do., Sept. 2, 2021 #autocommit - Last commit o... -
创建于 Shortcut for showing errors on mouse/cursor position
I find it tedious to hover over the underlined code to see the error. Hoping there is a solution. -
创建于 No Typescript Code Completion
You can see here, that when I hover on the marked word I get to peek into the docs But autosuggestion doesn't work, unfortunately. You can take a look at my settings if it helps: Any ideas w...