Add netbeans to the list#6763
Conversation
According to the documentation, you can specify a line number using file:number syntax: http://wiki.netbeans.org/FaqCliOpen > `netbeans Something.java:55`
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed. If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
|
@ferrybig you can just edit this file in your node_modules folder and test it this way. Just make sure you find the right one: |
|
@bugzpodder I was able to fully test my change, and it worked. When clicking the error message in react, netbeans 11 opened the file on the line specified Example of this working on Netbeans 11 on Ubuntu: Note that I find this change to the project a trivial change, its just copy and pasting some line after basically following some instructions. And thus no copyright can fall on the change itself, and thus no copyright have to be exchanged |
Thanks for the PR. Do you mind signing the CLA (it's very quick and easy). If not, I understand where you're coming from but we require our contributors to complete the CLA before merging any PR. If this doesn't work for you do you mind closing the PR? Thanks! |
|
Since the author has not signed the CLA I'm going to close this PR. 😞 |

According to the documentation, you can specify a line number using file:number syntax: http://wiki.netbeans.org/FaqCliOpen
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/binto Netbeans, and then starting the devserver usingREACT_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