Created by: ferrybig
According to the documentation, you can specify a line number using file:number syntax: http://wiki.netbeans.org/FaqCliOpen
netbeans Something.java:55
According to the instructions at https://facebook.github.io/create-react-app/docs/advanced-configuration I need to list my editor at this list detect it, no further testing instructions have been provided
EDIT: At the moment, the Netbeans editor works when placing a shortcut inside /usr/local/bin
to Netbeans, and then starting the devserver using REACT_EDITOR=netbeans npm run serve
, but I cant find any documentation on how to make a test version of this package so I can actually test the integration