dk588 / CodingGameExtension

Visual Studio Extension for CodinGame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual Studio Extension for Coding Game

This extension allow to use Visual Studio to push your code on CodinGame.com.
It uses Selenium to control the website directly from VS.
You can use multiple files/class in your project.

Get the extension on the MarketStore : CodinGameExtension or in VS go to Extensions > Manage Extensions > CodinGameExtension

After the extension is installed, you need to add the Coding Extension Toolbar to your main Toolbar:

Toolbar

  • First icon allow to launch the browser with CodinGame. The first time, you need to login then you can navigate to the exercice you want.
  • The second button push the current project into your exercice.
  • The third button do the same thing and launch the test.

Limitations

It only works for C# and Python project but can easily be improved for others languages.
In case you close the firefox window, you need to restart Visual Studio.
It's not a Visual Studio Code extension. Session cookies management is hazardous


Please report bug or improvement request in Github Issues

About

Visual Studio Extension for CodinGame


Languages

Language:C# 99.9%Language:Python 0.1%