Šime Vidas

- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
-
-
Šime Vidas created a post, PHPStorm does not recognize certain HTML/CSS syntax (like data-attributes, the <time> element and the <meta charset> syntax)
I am using PHPStorm 3.0.3.I have a PHP file and inside that file I have code like this:<meta charset="utf-8"><div data-foo="bar"><time>...</time>In all the above cases, PHPStorm reports warnings ("... -
Šime Vidas created a post, Is PhpStorm a superset of WebStorm?
So, are all the features from WebStorm also present in PhpStrom?PhpStorm = WebStorm + additional PHP-related features? -
Šime Vidas commented, -
Šime Vidas created a post, How to change the template for new HTML documents?
When I create a new HTML document in WebStorm I get a file with this content:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head... -
Šime Vidas created a post, Compiling Markdown to HTML?
I would like to write Markdown code ( http://en.wikipedia.org/wiki/Markdown ) inside a .md file, and then just execute a command in WebStorm which would create the corresponding HTML document based... -
Šime Vidas created a post, Number of code lines, comment lines, and empty lines
Given a JavaScript file, for intance the jQuery Core file: http://code.jquery.com/jquery-1.6.2.js which consists of 8981 lines, if I load this file in WebStorm, is there anywhere information about ...