nicod_
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 4
-
Edited 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 ! -
Created Disable some remotes for a git repository ?
AnsweredIn 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... -
Created 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... -
Edited 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...