Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customize Project Direcotry #43

Open
theMasix opened this issue Aug 5, 2020 · 3 comments
Open

Customize Project Direcotry #43

theMasix opened this issue Aug 5, 2020 · 3 comments
Labels

Comments

@theMasix
Copy link

theMasix commented Aug 5, 2020

Hello. Thanks for you awesome extension.

In Setting and Project Directory path, I want to add some customization on where the extension should create a directory.
For example I want extension to create directory in ~/Codeforces/$(RoundNumber or ContestNumber)/$(ProblemGroup)-$(ProblemName).
Where ContestNumber may be something like: 1296. ProblemGroup be C and ProblemName be Yet Another Walking Robot for this question.
So How could I do it?
Thanks for your response.

@unneon unneon added the feature label Aug 5, 2020
@unneon
Copy link
Owner

unneon commented Aug 5, 2020

Right now if you set the project folder to ~/Codeforces (Ctrl,, Extensions, ICIE, "Dir: Project Directory") and open the contest, the extension will create the project at ~/Codeforces/codeforces-round-617-div-3/C-yet-another-walking-robot, which is pretty close. I do not plan on making this more customizable than it is now.

@theMasix
Copy link
Author

theMasix commented Aug 5, 2020

So what about individual tests... tests that are not in a contest (that opens with Ctrl + F11)? Can I make a parent ContestName directory for it?

@unneon
Copy link
Owner

unneon commented Aug 5, 2020

If you want to open a single task but with a contest directory, why not open the entire contest instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants