Jörg Wrase

- Total activity 155
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 61
-
Edited 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... -
Edited 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... -
Edited 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... -
Edited HTTP Request response not available in .http - file
AnsweredHello, 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... -
Edited 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... -
Created 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... -
Edited 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... -
Created Allow mutliple PHP Language Levels / Inspections / formating in one Project
Hello, often I have Projects, that need different Language Levels (diffetent Inspections, too) - dependend on the directory that I'm working on. (easy Exampl: PHP-Unit is PHP7 - the other applicati... -
Edited Testing RESTful Web Services: try to send an Array
Hallo, I want to send an Array with the REST Client. I have this Array: $postData = ['start' => ['rot', 'gelb', 'blau'], 'zweites' => ['erster' => 'roter', 'zweiter' => 'gelber', 'blauer']]; H... -
Created Working with PHP 4
Hi, I have to work for the next time on a PHP 4 Project. Some Questions: 1. Is it possible (easy possible :-)) to have Inspections for PHP 4? 2. The Project has some PHP4 parts (most of them), and ...