-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to add less profiles with IntelliJ 2018 #104
Comments
Yes, the problem exists, will there be any improvement? |
Temporary solution .idea .idea/lessc/lessc.xml add
|
Not work solution. Not show + |
I tried the solution @remitmaster suggested. Since there was little direction I viewed my workspace's .idea folder. There was not a lessc folder, but there were folders for other plug-ins in that folder. So I created a folder for lessc and an XML file for the snippet above. I was unable to see the "+" button on the Less Profile option in the preferences. @remitmaster could you expand on the temporary solution you have posted? Since this seems to be the only "solution" to this issue. It being 5 months after this issue was raised. EDIT:
Use @remitmaster comment for reference of the structure inside the Hope this helps. |
I know this plugin is open source and we have no right to demand support, but any answer would be good, if you don't have time to maintain the plugin, please state so, maybe this will encourage someone else to pick it up. |
join the question |
I figured it out! I'm on version 2019.1 of PhpStorm. The problem only occurs when creating a new project, so I opened the .idea folder of an older project that was working fine with the LESS plugin and copied the lessc folder and pasted it into the .idea folder of my new project. Closed the project in PhpStorm and then reopened it and the Less profile was there - it just needed the profile name, source directory and output directory editing then it worked perfectly! |
@remitmaster solution worked for me. As he mentioned. You must add your folder (project directory ) to EDIT: |
We are not able to manage LESS profiles since the update of my IntelliJ in 2018.1
The button "new" is missing ! If my project already contain a profile, the plugin continue to works, but in all new project, we are not table to compile de less.
The issue happens for all people wo update the application in my company.
Thanks in advance
The text was updated successfully, but these errors were encountered: