Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
<!DOCTYPE HTML>
<html>
<head>
    <meta charset="UTF-8">
    <title>How to install CSScomb for IntelliJIDEA/WebStorm/PyCharm</title>
</head>
<body>
    <h1>How to install CSScomb for IntelliJIDEA/WebStorm/PyCharm</h1>

    <h2>The Requirements</h2>
    <p>CSScomb is written in pure PHP, without any external libraries or dependencies. 
    See details at <a href="https://github.com/miripiruni/CSScomb/wiki/Requirements">wiki</a>.</p>


    <p>Attention! If you use Microsoft Windows you need to install <a
            href="http://windows.php.net/download/">PHP</a> and set the
        $PATH.</p>

    <p><img src="screenshot/how-to-install-php-on-windows-1.jpg"></p>
    <p><img src="screenshot/how-to-install-php-on-windows-2.jpg"></p>
    <p><img src="screenshot/how-to-install-php-on-windows-3.jpg"></p>

    <h2>Install CSScomb</h2>
    <ol>
        <li>
            <span>Open Preferences &rarr; External Tools</span>
            <div><img src="screenshot/external-tools.png" alt=""></div>
            <span>Click <strong>Add</strong></span>
        </li>
        <li>
            <div><img src="screenshot/add-tool.png" alt=""></div>
            <ul>
                <li>Name: CSScomb</li>
                <li>Description: CSS normalizer</li>
                <li>Program: php</li>
                <li>Parameters: /path/to/csscomb.php $FilePath$</li>
            </ul>
        </li>
    </ol>
</body>
</html>