Skip to content

Freelance project. IntelliJ IDEA plugin integrating a Less linter in the GUI. Parses Lesshint output, generates error messages and displays them in the IDE.

Notifications You must be signed in to change notification settings

tkukurin/Proj.LesshintForIntelliJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lesshint linter for IntelliJ

This is a simple linter plugin for the IntelliJ Idea IDE. It assumes a global installation of Lesshint in the environment. The plugin will underline errors reported by the linter for .css and .less files.

Development

The code does not currently perform any form of error handling, so if something is not working it's easiest to manually debug the code. To debug, just open the project folder in IntelliJ Idea and set breakpoints where necessary. Shift + F9 will run a second instance of IntelliJ with the plugin pre-installed.

Deployment

Open the project root in IntelliJ, head to Build -> Prepare Plugin Module ... for deployment. This will create a .jar file which you can move to your IntelliJ plugins folder. More detailed instructions and OS-specific directories can be found in the official guide and on the official website.

About

Freelance project. IntelliJ IDEA plugin integrating a Less linter in the GUI. Parses Lesshint output, generates error messages and displays them in the IDE.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages