sn
- 活动总数 45
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 15
- 订阅数 12
-
创建于 Include everything in folder
已回答This will include everything recursively inside the ‘frontend’ folder:file[market]:frontend//*The result viewing the scope is:-------------------------frontend | – a.txt | – b.txt-------------... -
创建于 How to add spring to existing maven+hibernate+angular application?
已回答As 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 ... -
创建于 What is the name ideavim action-name of "stretch editor tabs" ?
已回答What is the name ideavim action-name of "stretch editor tabs" ? -
已编辑于 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.
已回答Steps 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... -
创建于 Show bookmarks in distraction free mode
已回答Is 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... -
创建于 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... -
已编辑于 Jump to a "letter-bookmark" without entering the "ShowBookmarks" popup first
已回答If 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... -
创建于 What's the ideaVim action for 'going to mnemoic letter'
已回答The ideaVim action for jumping to a number mnenomic is ":action GotoBookmark8". What is the ideaVim action for jumping to a mnenomic bookmark letter? -
已编辑于 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 -
创建于 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...