Dave Heq
- Total activity 293
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 90
-
-
Dave Heq commented, -
Dave Heq created a post, PHPStorm has its own clipboard?
I copied text from a place (doesn't matter which place), then pasted into PHPStorm's file text search box but it just pastes the previous thing I had. If I paste to any other program, it pastes wha... -
-
Dave Heq created a post, Not seeing how to implement Markdown plugin
I'm trying to edit .md files, and someone else recommended using "markdown" from IntelliJ but I'm not seeing how to install it in my PHPStorm 10. The download page doesn't have instructions, and PH... -
Dave Heq created a post, Display 4-space indents as tabs, save as 4 spaces?
So apparently some of the files in our projects were coded with 4-space indents while others were coded with tabs (based on developer preference or ignorance I guess), so now it's a bunch more keyp... -
Dave Heq created a post, Not seeing what "Synchronize" does
When I right-click a file or folder in my project, I see the option "Synchronize [project name]", but I'm not sure what this does based on the documentation, and clicking it appears to do nothing. ... -
-
-
Dave Heq created a post, HTML end-tag auto-complete?
Still scratching my head over how to type </ and have PHPStorm automatically finish the end-tag for me. You know, like: <div>the</ automatically adds div> at the end