react-component-creator-plugin
react-component-creator-plugin copied to clipboard
React Component Creation plugin for JetBrains IDE
Hi Fabio, I love the potential of your plugin and how it can make my workflow very efficient. Unfortunately it results in an error for me once I define my...
Hi Recently installed the latest verison (1.0.1) to my IDE. The plugin installs fine, but creating a component just creates an empty directory with the component name. No errors in...
I get an error when trying to create a component. ``` java.lang.NullPointerException at java.base/java.io.Reader.(Reader.java:167) at java.base/java.io.InputStreamReader.(InputStreamReader.java:72) at java.base/java.util.Scanner.(Scanner.java:566) at io.fabs.util.FileUtils.getContent(FileUtils.java:23) at io.fabs.util.TemplateRenderer.render(TemplateRenderer.java:15) at io.fabs.util.Creator.writeFiles(Creator.java:42) at io.fabs.util.Creator.create(Creator.java:29) at io.fabs.util.Creator.run(Creator.java:49) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:959)...
When choosing a custom template in win10, you need to manually change the path to the template `\` to `/`
I don't see the editor or tool under the Jetbrains Menu options... like shown in the photos.
From the readme ``` {{componentCamelcaseName}} - Camelcased input my-component becomes MyComponent ``` That's not entirely correct. PascalCase: NewComponent; camelCase: newComponent; The reason I mention this is because I would like...
Improve documentation - Customisation How To - Development setup