Sergeant Coolagin

- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 8
-
Edited How to resolve 'Cannot refolve file' problem?
AnsweredHere's my code: Also MM_UPLOADPATH is defined in appvars.php: As you can also see, images directory is marked as resources root. Code works just fine. How do I resolve this 'Cannot refolve file' ... -
Edited Autopopup completion works inside <?php ?> tag but doesn't work outside of it. Is there any fix?
If I type < symbol and then continue typing, autopopup completion works just as intended: But outside of < tags(either html or php - <a> or <?php ?>, for example) autopopup completion doesn't work... -
Created Are there any Live Template packs or code snippet plugins for PhpStorm for WordPress development?
I'm looking for Live Template packs or code snippet plugins for PhpStorm, for Php and WordPress development, which will provide similar functionality as following Php and WordPress code snippet pac... -
Created Hot to add Chrome extension boilerplate(project template) to the list of projects of WebStorm?
So I want to make an extension for Chrome from scratch. I know I can generate project template on websites like Extensionizr and then open project in WebStorm; or create files by myself from scratc... -
Edited How to properly setup auto completion in JetBrains WebStorm('eat' closing quote, parenthesis, brace, etc.)?
I just started using JetBrains WebStorm, it's great and everything but I can't configure it in the way I want it to work, so it actually save more time, so I don't have type everything manually by ... -
Edited How to disable automatic double quote insertion after typing an equal sign(WebStorm)?
I just started using WebStorm recently(as well as I'm new to html, CSS and JavaScript) and I almost instantly ran into this usability problem. When I type something like <div id=, it will automatic...