Johannes1 Hoerteis
- Total activity 54
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 11
-
Edited 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... -
Created How do I change the repository used by the commit dialogue?
AnsweredI 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... -
Created 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... -
Created 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... -
Edited Webstorm behavior while rebasing from upstream
AnsweredSo 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) ____________________... -
Created Adventures with git rebase.
AnsweredI 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... -
Created 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... -
Created 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... -
Created 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. -
Created 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...