Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IDE for css.less files dreamweaver

I'm using lesscss, the 'framework/compiler' for css. My IDE, dreamweaver, does not recognize .less as CSS. So no niceties such as error checking or code completion there. Is there anything I can do about that?

like image 566
Mark Avatar asked Feb 04 '23 00:02

Mark


2 Answers

Dreamweaver can be configured to recognize "new" filetypes and treat them as editable under preferences. You can also edit some config files to help DreamWeaver figure out how to treat the files so it does code highlighting, etc., though in my experience, it does not always work as you would expect. On the other hand, can lesscss be configured to output .css files?

Here's an Adobe article on getting Dreamweaver to add new file types. http://kb2.adobe.com/cps/164/tn_16410.html

like image 160
Surreal Dreams Avatar answered Feb 05 '23 14:02

Surreal Dreams


less syntax highlighter extention

http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=2756522#

like image 29
Fatih Hayrioğlu Avatar answered Feb 05 '23 15:02

Fatih Hayrioğlu