Srdjan Markovic
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
Srdjan Markovic created a post, PHPStorm Structure view doesn't display inner functions?
Hi Forum, I've noticed that only first level functions are visible in the Structure view of php file.Functions inside functions are not visible. Is that true? Am doing something wrong?How can I see... -
Srdjan Markovic created a post, Autocompletion of the folder names
When I type image tag php storm does nice autocompletion.It tries to autocomplete files and directories I am trying to enter into src attribute.But...I am wondering...why the directories are autoco... -
-
-
Srdjan Markovic created a post, Incorrectly closed img tag not spotted by validator
I dont know if this is an issue or I have to turn on something...This tag: <img src="images/quill.jpg" alt="quill" width="150" height="215"> passes the validator without any error.I want it to be: ... -
Srdjan Markovic created a post, Special characters in HTML
HiIs there a way to convert special characters to html entities? Like &, >, “ and such...I know how to type them in PhpStorm. Problem is that I need to go thru already entered text and correct them. -
Srdjan Markovic created a post, Question about Zen coding elements
Hi againI am trying to use zen metadata and comment elements but it seems that PhpStorm doesn't support all Zen coding elements.If I type link:css, meta:utf or cc:ie (for example), these elements e... -
Srdjan Markovic commented, -
Srdjan Markovic created a post, Zen coding on lines
HiIs there a way to apply zen coding on each line of selected text?For example, I have list of items and I want to surround each line of text with <li> tag.I don't want to repeat the same operation...