Misc Productivity Tips - alcapwny/CodinGameCppFramework GitHub Wiki
Misc productivity tips to help when working on CodinGame
- If using Chrome, use the CodinGame Sync Chrome extension
- For those using Chrome you can get the CodinGame extension which allows you to have two-way syncs between your local working file and the CodinGame web IDE. This is helpful when iterating on a solution as it will automatically sync your output file to CodinGame.
- Search Everything by voidtools
- This indexes your local files for really fast lookup. This is especially useful coupled with sorting the results by Run Count (
Tools -> Options -> General -> Home -> Sort
) and a keyboard shortcut to open Search Everything (Win Alt =
in my case). - This can be used to quickly run the different batch files available, load the solution, find your output file, etc.
- This indexes your local files for really fast lookup. This is especially useful coupled with sorting the results by Run Count (