code-now
code-now copied to clipboard
A chrome / chromium plugin to instantly open your Favourite IDE directly from browsers
codeforces_problem.js is throwing error: textToLowerCase() can't take undefined It is due to: var reg_link = $('#header .lang-chooser div')[1].children[1].text.toLowerCase(); But if we modify it to: var reg_link = $('#header .lang-chooser')**[0]**.children[1].**children[0].**text.toLowerCase(); It...
Allow user to create a config file before they execute install script. Parse all the configuration from that script.
Currently, any IDE is just opened with the first argument as the file path. While this works for most popular IDEs, but some IDEs may have other rules. Especially what...
In case of any error add a JS alert to inform user about the failure to open the corresponding IDEs.
I am not exactly sure how to do that but one way would be to use pyty to attach terminal.
Hackerrank already has a nice text editor. It would nice to have all the code in editor to transfer directly to an IDE. Vice-versa may be difficult to achieve