bea mar
- Total activity 128
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 41
-
Edited How to insert html comment with autocomplete?
In PHPStorm 2016: Is it possible to enter a character and press space or tab and have a html comment entered automatically by autocomplete: <!-- --> with a few spaces inside? -
Edited Warning "Expected EntityDrupalWrapper, got string" in function calls
My Drupal project behaved well in PHPStorm. But at some point during custom module development, probably after writing a test in Drupal Simpletest framework using Entity API, PHPStorm suddenly star... -
Edited Debugging a script pulled in iframe from another script
There are two single-file "websites", both on my local computer with Apache:First is in file i:\xampp\htdocs\temporary\outer\index.php containing:<?phpprint 'start: <br/>';print '<iframe src="http:... -
Created bookmarks with descriptions?
Is there a plugin or functionality in PHPStorm that would allow to: make a bookmark connected to function name rather than to line number (because they change often with updates) add a long descri... -
Edited PHPStorm debug test currently open in editor, where the cursor is
AnsweredIn PHPStorm, there is a hotkey Ctrl + Shift + F10 to "Run context configuration from editor" . It runs a single test where the cursor currently is in the editor. Is there something similar to debug... -
Created Cannot find file locally. Set environment variable PHP_IDE_CONFIG
When doing PHPUnit tests, I encountered a problem while "stepping into" my controller function call. This problem occurrs only when debugging PHPUnit tests. When debugging the regular application, ... -
Created Jasmine syntax and methods not recognized
PHPStorm 2016.1 According to this solution I downloaded TypeScript community stubs for jasmine (and karma-jasmine), but in my app the jasmine syntax is still red, which means it's not recognized. W... -
Edited Adding ".ts" suffix during refactoring to import statements in TypeScript files
PHPStorm 2016.1I have an Angular2 TypeScript app. This app has folder structure:app/---- firstComponent/--------- firstComponent.comp.ts--------- firstComponent.comp.js--------- firstComponent.comp... -
Edited Debug PHP application which originates from AJAX request
I have a PHP application in PHPStorm which runs on my test server (http://localhost/apps/php/my-php-app). So when I debug it as a PHP web application, all is fine: I run the debugger, it opens Chro... -
Created Version of PHPUnit in "Run/Debug"
PHPStorm 7 When I run a PHPUnit test by clicking on a green arrow icon near the "Run/Debug configuration" then the version is PHPUnit 3.7.21. And there are errors (e.g. Call to undefined method PHP...