Jörg Wrase
- Total activity 155
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 61
-
-
Jörg Wrase created a post, Remote Host - IDE Settings are not synced when using gitrepository
Hi, I have a managed my IDE Settings by gitrepository. I have two differnt PHPStorm version (managed by Toolbox): 2021.3 EAP 2021.2.2 When I Sync Settings with Repository => Overwrite Local in the... -
Jörg Wrase created a post, Sync IDE Settings - some problems
Hi, I like PHP-Storm (using it since version 4). But for a longer time my problem is, how to sync my settings between different PHPStorm - installations. At first I tryed to use the sync of the jet... -
Jörg Wrase created a post, Wrong type - no warning
Hi, is there A way that PHPStorm can warn me if I to something like that: /** * Class MyClass */class MyClass{ /** @var int */ protected $thisIsAnInteger = 0; /** * @param array $t... -
Jörg Wrase created a post, AnsweredHTTP Request response not available in .http - file
Hello, I don't see the response in my .http - File. 1. I create a new file (File => New => HTTP Request) - Name: MyTest 2 I got a new File with this content: # For a quick start check out our HTTP... -
Jörg Wrase created a post, Git: How can I automatically create a version number - it would be nice if a script could be executed automatically before git commit
Hi, maybe I just have a knot in my head - but I don't find a solution. I have a file with the "buildNumber" or/and with the branch-name (this ist like 1.2.3_release). Alway before I commit to the g... -
-
Jörg Wrase created a post, How to switch off live-edit temporary?
Hello, sometime I want to debug javascript but don't want to update Chrome the webpage. So that would be greate, if I easily could switch on/off liveedit. Is there a way? I don't see for now. Jör... -
-
Jörg Wrase created a post, Create Virtual File from non existing file will become null <solved>
Hi, I'm realy new @java - and so I'm new at plugin-develop. I want to create a VirtualFile - but there is a problem, that I can't solve, when the file does not exists. I do the following: private...