Hello, I would like to introduce the plugin FastOlympicCoding for Sublime Text.
It provides several useful features for competitive programming.
Test Manager
- The main feature is test managing. You can effectively add, edit, and delete tests. See the screenshot above.
Debugger
- Also for OSX, there is a debug functions.
Class Completions
- The next feature is class completions.
- Write chars as classes for a template substitution.
CppLint
- C++ lint
- Edit lint properties in settings.
Stress Testing
- You can stress test your program for finding test where it works incorrect.
- This function requires a program that works correct and a test generator.
- For further information see instructions on github
For the additional information and keybindings please visit the github page — https://github.com/Jatana/FastOlympicCoding
Installation
- Install via package control
- Install manually
Contribution and Issues
- Feel free to ask any question or express your ideas here or on github
Great job! As a Sublime Text user, I have to say thanks :)
Amazing work will be very helpful if you can also provide something for java like this
Make sure, that you can add any language in the settings. For example, there is already defined python.
Aren't autocompletion, linting and other IDE functions common plugins for many languages?
Linting, debugging and completions are only for C++, other features are for all languages.
That's not what I'm talking about.
I'm saying there were plugins doing these things long ago.
Yes, I agree that some functions have already in use.
But, there are also innovative functions too.
I think the "Compile and Run" should save the file first then compile, as default compile options in sublime does.
Btw, how to change key bindings?
Preferences
-Browse Packages
-CppFastOlympicCoding
-Default (your os).sublime-keymap
But, it changes to default with every plugin update.
And what about the "Save + Compile + Run"?
you can add
"save_on_focus_lost": true
in sublime user setting, hope it will help.It is not working for me on Ubuntu 18.04. When I compile (ctrl-alt-b) gives the following error:
I have installed it from package control but unable to use it.Can somebody please tell what is the next step after installing the plugin?
If you figured it out, could you please help me? UPD — Done
Can you please explain? How to use it?
Can anybody help me. When I try to compile it just hung. Can any body give me there settings file. Thank you
Hey, I have a feature request, can you automatically fetch test cases from cf problem page into sublime editor? Something like Hightail does?
Chelper also does the same. Do you know any plugin for c++ coding with automatic test case generation?
Jhelper :)
riadwaw Jhelper usable with Clion 2019.3.2??
Somewhat offtopic, but yes, it should work
Is there any similar package for python I have switch from c++ to python and i miss it so much Thanks
please somebody help..how to use python in sublime text?
Can you add support for competitive companion so that we can automatically run the test cases. You could also add a submit soln button using cf tools.
Would be awesome if competitive-companion is supported in the plugin by default. It bothers me a bit that there's not even a shortcut for clearing all tests for a file, so after solving a problem I have to clear all the tests manually for that file to recode in that same file (Since I always code in files named "A.cpp"...etc in a folder).
Until competitive-companion is supported by default, here's a little workaround: FastOlympicCodingHook
Setup
python3
, FastOlympicCoding and Competitive Companion installed.12345
in the list of ports of competitive-companion browser extension.FastOlympicCodingHook
. You can do a quick google search to locate that folder for your particular OS or you can click the "Browse Packages" option in Sublime Text (if you find it) and the folder will open itself.Usage
Listen to Competitive Companion
. Click on it.green plus icon
.The problem test cases and correct answer would be parsed now and stored in a file named
your filename/tests
. You might not immediately see the change in test cases inside sublime text. But if you run your code using FastOlympicCoding plugin (ctrl+B
), then it'll you show those updated test cases and run your code against them.can you plz elaborate more plz?add 12345 port and clone it
but can't find Listen to competitive Companion option?
can you plz help me?
I recorded a short walk-through here. Try to follow these steps exactly as shown. Let me know if the option still doesn't appear. And sorry for the horrible quality of the video. I don't have any access to a WiFi right now.
Thanks, for your effort.but in windows there is no test file created like u, and may it can't be recognize accepted or declined .anything happened always so accepted.
Windows issue has been resolved now. Many thanks to ABSTERGO for helping me out.
where i get updated version?
I updated the code in github repository, so you can just delete and re-clone the repository in your sublime packages folder. Alternatively, you can also open the repository folder in your command prompt and run the command
git pull
which will update your local copy with the updated codes in github.First, I would like to thank DrSwad Jatana for their support.
I'm using FastOlympicCoding and FastOlympicCodingHook on windows and it's working fine.
Clone the FastOlympicCodingHook in your sublime packages folder.
brother, is there any way it automatically knows that this test case is wrong or right?
where should we add the line
anywhere in the settings file
or specific after some line?
anywhere on the right blank side
In settings where should I add this line, and when I press ctrl + b its just displaying output in command line
add it on the right hand side. try ctrl+alt+b
Thanks,that worked, Is there a way to delete all test cases at once?
Do we have anyway? so that we don't have to select Listen to Competitive Companion again and again for every new problem we try to phrase.
can someone tell me , how to modify this so that it will work as given below ..
You can use
or
Sublime menubar -> Tools -> FastOlympicCoding -> (in the File opened) cpp_completion_setting. Add any more snippet in the fashion given below.
Please note that you can only use one char as bind.
When I try to compile it only works the first time after I have started Sublime, then when I try to compile something it gets stuck at "compiling" and never finishes. I saw that there are people with similar issues but never found a solution to them.
I have the same problem, but it gets stuck on "compiling" only after ctrl+shift+b (debugger)
You just have to avoid using Ctrl+Shift+B, but if you can't there's a workaround.
Make a new build system named "nobuild" and leave the file blank, then use it as your default build system. Now if you press ctrl+shift+b by mistake, it'll just do nothing, so problem solved!
I have the same problem, and sometimes it gets stuck at "compiling" the first time after starting sublime.
Having the same issues. Anybody figured it out?
Facing the same issue, did anyone figure it out?
I have a problem where when you save the file the test case gets cleared, is there any ways to fix that.
The following should work.
Open FastOlympicCoding settings file (press
ctrl+shift+p
and type Open Settings)Add the following line there:
"tests_file_suffix": "__tests"
Thanks it fixed it!
There are two columns, In which side I should add this line?
left side
It's not happening with me. When I save the file, I have to recompile it with ctrl+alt+b.
Is there a way to send the code from the Sublime Text?
deleted
Hey .. just like ctrl+d, which deletes the current testcase, Is there a way to have a key Binding which deletes all the test cases present in the file. Thanks in advance !
Recently I tried to use ST because my codeblocks is compiling slow.But I'm facing problem that when there is infinite loop system is crashing.I want feature like codeblocks that whenever I write infinite loop system will not crashes?
Will be amazing if it is integrated into VS Code.
if you need similar functionality for VSCode you can use ACMX extension.
Hi! IS there a way that we can delete all the existing tests of a program while compiling and enter all tests from the scratch. As deleting one test at a time is kind of annoying. Thanks.
The test manager is not reading the input, so i have to stop the program to run and then I have to edit the test after which the programs gets the input and runs successfully. Is there any way it can be fixed?
I am facing a problem in the autocompletion feature(Windows). Whenever, i try to autocomplete the recommened stuff for eg. vec to vector<> ,then the std:: appears with it too and it becomes too annoying. I have tried to change the settings but I couldn't succeed. Please help!!!!!!! Refer to the link to see the problem https://www.imageupload.net/image/screenshot-38.klbeJ
that is most likely Sublime Text's default snippet, you can read this to see how to fix it
Yes...It's due to sublime default snippets. I have modified it and now it works fine.
whohet how can we change/edit Class Completions ? suppose I want sort to sort (arr, arr + n) how can I do that ??
Also how to edit settings file to get vec to vector<>
For that you need to overwrite default autocompletes, which are hidden by default and can be seen by "Package Resource Viewer". For more see this.
When I try to input manually it continues infinitely. It should stop by Enter key. But cursor goes down and down when i press enter. It does not stop taking input and does not show output.
Solved. Num pad's enter key doesn't execute output but qwerty's enter key execute output.
I am just wondering Where to give input file??
Jatana, Is Codeforces contest setup having some issues lately ? I have tried reinstalling and every stuff but when I try to make a new codeforces contest, it just doesnt load the new files and tests for the same ? I would appreciate the help in advance, Thanks !
Could you send the link to the contest which you are trying to setup?
I was trying to parse this round.
Press ctrl+~, then try to parse the contest, and paste the log here.
Actually I think the bug is related to the custom test suffix in the new update, I removed the getsettings condition keeping only the original TEST_SUFFIX_FILE condition and the plugin seems to work fine now
Jatana Can you please make a video tutorial of how to install and setup. it will be helpful for beginners like me.
Firstly,this is really a great tool! Thanks to the author! i spend some time to config it, here's how i do it, hope it can help: btw, i use sublime on windows10.
how to use this tool? just download the FastOlympicCoding folder from github and put it in you sublime package folder, here's my location:
C:\Users\zzy81\AppData\Roaming\Sublime Text 3\Packages\FastOlympicCoding
, and there might be a user folder in the package folder too, it's the config folder for your sublime.If you don't want to save it before you run cpp, just because it's too annoying, so you can google how to autosave sublime, you just need to add
"save_on_focus_lost": true
in user setting.If you dont want to use
ctrl+alt+b
to run you cpp, just go inside FastOlympicCoding folder and openDefault (Windows).sublime-keymap
, findctrl+alt+b
and change to anykey combination you want.can you just upload a video of this? I have followed the instructions but still, there are several problems.
i kinda don't want to config one more sublime again.. i will send you message.
just put FastOlympicsCoding in package folder, then it should be ok.
First of all, sorry for commenting on an old post.
Is there any way by which we can set an upper bound on the runtime of a program and memory usage of a program?
Whenever I have a command such as
which uses too much memory, my system freezes, and I have to shut down it forcefully.
I think you can fix this by
timeout
in your run command. For linux, itstimeout 5 ./executable_name
, this would kill the process after 5 secs. Sorry, I dont know its windows alternative, but will update this when I find one.Thanks, I too use Linux and it worked for me.
I tried using a js file to auto parse the testcases but when I try to build the file the testcases get deleted. Cans someone help? I tried using HealthyUG setup but apparently its not working for me.
Can you tell me how you parsed the testcases from Codeforces and tried testing it....any video..?
https://youtu.be/4B-2WxvEBuI You can refer to this link that I used. At the end of the video he has explained his setup.
For parsing test cases every time I need to left-click and choose "listen to competitive companion" and then use the competitive companion is there any other alternative where I don't need to left-click and choose listen to competitive companion every time?
Sorry for replying to an old post but I am too annoyed and didn't find a solution to this anywhere.
You can use an automatic parser (a python file) for a particular problem. Github repository link :
Use this repo for setting that up, you can also watch epsilon's particular video on this. Video link .
Also, you can parse the full contest by making some changes in the automatic.py file in the above-mentioned repository!
Hello, I would like to share a plugin (i.e., custom target) which runs fast olympic coding after the sublime build is executed successfully. This allows user to have a complex build system (for example: having multiple variants like one variant to fast compile and other to slow compile, that is, in debug mode with various checks) along with the functionality of running fast olympic coding.
I tried various modifications in FastOlympicCoding.sublime-settings file but I couldn't find a way to have multiple build variants for a particluar language. Also, the run_settings have fewer options compared to what a build system offers.
Recently, I came to know that we can have a custom target to execute builds and so I thought to give it a shot. I created the plugin and I think it is working great.
The files can be found here. The setup instruction is written as comments in the file itself.
Any shortcut key to delete all the test cases at once?
Ctrl + A then Ctrl + D
ctrl + alt + B not working on windows for program execution, is anyone facing this problem :(.
Yes it is not working
I deleted sublime, installed it again though its not working lmao...
I guess the package got updated automatically and maybe the settings have changed.
this is not working on my mac after installing cppfastolympiccoding please help me anybody
maybe you can change the keymap in the folder where the plugin locates, here are the details :click here
Does it have the place to change the keymap? As a mac user I'm used to "command" but not "ctrl", can I change the keymap just in this plugin?