Johannes1 Hoerteis

Avatar
  • 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...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    How do I change the repository used by the commit dialogue?

    Answered
    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...
    • 2 followers
    • 6 comments
    • 0 votes
  • 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...
    • 3 followers
    • 4 comments
    • 1 vote
  • 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...
    • 2 followers
    • 6 comments
    • 0 votes
  • Edited

    Webstorm behavior while rebasing from upstream

    Answered
    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) ____________________...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Adventures with git rebase.

    Answered
    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...
    • 3 followers
    • 3 comments
    • 0 votes
  • 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...
    • 2 followers
    • 14 comments
    • 0 votes
  • 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...
    • 2 followers
    • 3 comments
    • 0 votes
  • 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.
    • 3 followers
    • 4 comments
    • 1 vote
  • 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...
    • 2 followers
    • 4 comments
    • 0 votes