bea mar
- Total activity 128
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 41
-
Created How to disable warning about code subject to license?
In PyCharm 2024.3.5 I asked Gemini to generate some code and pasted that code to file. The file got a few warings from PyCharm: “Use code with caution, suggested code may be subject to licenses.”.... -
Created Inconsistent "Unresolved references"
AnsweredI 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... -
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...