This extension can merge multiple Go files together. Good for refactoring or e.g. to create one single file out of your complete code base to use it in CodinGame!
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
This extension can merge multiple Go files together.
Good for refactoring or e.g. to create one single file out of your complete code base to use it in CodinGame!
Features
You can select multiple files and the tool merges all go files together to one single go file.
After you have clicked on “Merge selected files”, you have to enter a package name for the new file with all the merged code
At the end, you have to select the location and name where the new file should be saved.