Skip to content
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

Feature Request: plugin for WebStorm? #896

Open
JenuelDev opened this issue Feb 26, 2023 · 5 comments
Open

Feature Request: plugin for WebStorm? #896

JenuelDev opened this issue Feb 26, 2023 · 5 comments

Comments

@JenuelDev
Copy link

So I have been using WebStorm, it seems WebStorm works really well in web development. I always use windicss, but webstorm does not have support or plugin for windicss.

@boyfoo
Copy link

boyfoo commented Mar 1, 2023

I have encountered the same problem. Have you solved it

@JenuelDev
Copy link
Author

@boyfoo Im still waiting for the plugin support.

@pzc666
Copy link

pzc666 commented Mar 10, 2023

I would also like to support the webstorm plugin

@WebMechanic
Copy link

WebMechanic commented Apr 9, 2023

JetBrains WebStorm Plugins are written in Java so I guess you're barking up the wrong tree here.

@BroJenuel @boyfoo @pzc666
You guys should post a request support in the JetBrains support forum and then vote for it.
Maybe their TailwindCSS plugin is of use? I don't use is, so I can't tell.

I doubt it'll be implemented by JetBrains however, or will take ages at best, but someone in the IntelliJ community might give it a go.

I'm still waiting for useful PostCSS support in WebStorm and that's a very established library and ecosystem. What they have as a plugin now is very limited and almost useless. With a gazillion PostCSS plugins WebStorm's support just can't follow suit and one can't truly use the full potential of PostCSS.

@dd-boom
Copy link

dd-boom commented Jul 15, 2023

I see there is TailwindCSS plugin in Marketplace of WebStorm, so I try to use tailwind.config.js to hack, and it works.
Here are my steps:

  1. WebStorm Install the tailwind CSS plugin(https://plugins.jetbrains.com/plugin/15321-tailwind-css)
  2. npm install -D tailwindcss
  3. npx tailwindcss init
  4. code tailwind.config.js
// tailwind.config.js
import windConfig from './windi.config';
module.exports = windConfig;

Hope this helps you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants