An open API service indexing awesome lists of open source software.

https://github.com/chris2011/nbextractcode

Extract selected code snippet to a new file with netbeans.
https://github.com/chris2011/nbextractcode

Last synced: 26 days ago
JSON representation

Extract selected code snippet to a new file with netbeans.

Awesome Lists containing this project

README

          

# NbExtractCode
### With NbExtractCode it is possible to extract code to a new file.

1. Select code
2. Right click on it and choose "Extract code to new file".
3. File chooser opens with the current directory of the file, where you've got the code.
4. Set a name (Default name is '"NewFile.fileExtension". The Fileextension was set to the extension of the file, where you've got the code.)

### See how it works
![Alt text](screenshots/NbExtractCode.gif?raw=true)