sn
- Total activity 45
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 15
- Subscriptions 12
-
Created How to add spring to existing maven+hibernate+angular application?
AnsweredAs soon as I start the spring app, it stops. gif showcasing the issue: https://i.gyazo.com/058663ea8aec6d0555de69098219b990.mp4--------------I believe it happens because I am missing the following ... -
Created What is the name ideavim action-name of "stretch editor tabs" ?
AnsweredWhat is the name ideavim action-name of "stretch editor tabs" ? -
Edited Could not find method testCompile() for arguments [{group=junit, name=junit, version=4.12}] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
AnsweredSteps to reproduce:1. Create a new project 2. Choose gradle 3. Under additional libraries and framework I only choose "Java" Now paste this line " testCompile group: 'junit', name: 'junit', versi... -
Created Show bookmarks in distraction free mode
AnsweredIs it possible to show bookmarks visually? By that I mean have that little box with a number in it right beside the number line in distraction free mode. I tried searching for it in "all actions" t... -
Created Specify which terminal to use for File Watcher
I have my webstorm projets located in WSL (Windows Subsystem for Linux) directory. For my terminal I use wsl. At the moment, File Watcher makes use of cmd.exe; this is problematic since cmd.exe isn... -
Edited Jump to a "letter-bookmark" without entering the "ShowBookmarks" popup first
AnsweredIf I want to jump to a "number-bookmark", I can do e.g. "ctrl+1" to jump to bookmark 1. But what if I want to jump to say the letter A? I can do: "ctrl + f11" (to open 'show bookmarks'), and then... -
Created What's the ideaVim action for 'going to mnemoic letter'
AnsweredThe ideaVim action for jumping to a number mnenomic is ":action GotoBookmark8". What is the ideaVim action for jumping to a mnenomic bookmark letter? -
Edited Possible to remap alt + <key> ("hotkey hints"?)
Is it possible to remap these hotkey hints. They clash with my "alt + (j/k/k/l)" arrow movement hotkeys. https://i.gyazo.com/6bed5597381b7b08b2f3d0054e3e0d5c.png -
Created How to make live edit serve static files from e.g. "/static/index.css" as opposed to "projectName/static/index.css"
When I debug (live edit) in webstorm, css is not applied because only paths that include the project name is valid such as "/projectName/static/index.css". When I don't debug and serve my files usi... -
Edited Stop the console at starting after the script have executed
I always get a lot of "junk", after my script have finished executing, and for some reason a console starts? How can I turn it off? It makes my output look very messy. It might have something to do...