bea mar

- Total activity 126
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 40
-
bea mar created a post, AnsweredInconsistent "Unresolved references"
I recently installed PyCharm. It shows a lot of "Unresolved reference" errors in inconsistent way. E.g. on the attached screenshot, I am using MapCompose function. In two lines of code, PyCharm doe... -
-
bea mar created a post, 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? -
bea mar created a post, 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... -
bea mar commented, -
bea mar created a post, 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:... -
bea mar created a post, 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... -
bea mar created a post, AnsweredPHPStorm debug test currently open in editor, where the cursor is
In 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... -
bea mar created a post, 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, ... -
bea mar created a post, 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...