nicod_
- 活动总数 25
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 4
-
已编辑于 Javascript object alignment when reformating
Hello,when I format javascript code with objects, I get something like this :but I'd prefer it to be formatted like this:How can I adjust the editor's code style to get this?Thanx ! -
创建于 Disable some remotes for a git repository ?
已回答In my project, I work on a repo which has three remotes, one is on my own Gitea forge and two others are bare repos where I push to deploy my code on staging and live web servers via post-receive h... -
创建于 UI Frozen several minutes before opening the first project
Hello, since a few days, when I launch PhpStorm, the UI is frozen for a few minutes before opening a project. After that, I can open and close projects normally and fast. It's very annoying... I ha... -
已编辑于 Add a specific tag in HTML
I'm using a template engine that can produce some tags like <:any_string:any_string:> PhpStorm is waiting for a closing tag and produces warnings and wrong autocompletion. Is there a way to registe...