You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, first of all thank for the plugin! I like it a lot.
Unfortunately I still have troubles with Intellij:
After clicking on the browser plugin, the code rarely creates a working module that can be run. I either have to reindex or manually change the project structure.
I eventually get autocp to run the tests, but somehow IntelliJ does not let me debug the code anymore.
When I try to add a run configuration manually then IntelliJ complains, that it can not find the Main class in the module
The text was updated successfully, but these errors were encountered:
Oh another thing, it would be nice if the classes were public by default, because codeforces does not let me submit the solution of it has package private visibility.
Hey, first of all thank for the plugin! I like it a lot.
Unfortunately I still have troubles with Intellij:
After clicking on the browser plugin, the code rarely creates a working module that can be run. I either have to reindex or manually change the project structure.
I eventually get autocp to run the tests, but somehow IntelliJ does not let me debug the code anymore.
When I try to add a run configuration manually then IntelliJ complains, that it can not find the Main class in the module
The text was updated successfully, but these errors were encountered: