NextJS support in WebStorm?

Viewed 10532

Is there any plan in Webstorm (or IntelliJ IDEA Ultimate) roadmap to have a first class support for Next.js? Just like how Angular and plain-React are supported currently.

1 Answers

A bit late, but adding to this as it's a popular answer is to simply replace the scripts npx create-react-app with npx create-next-app and it should be identical to doing it manually outside the application.

Related