Flexible online code editor #75
jeswanth9999
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
This one is too ambitious..
It is easy to come up with a grand vision of an extremely complex project. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Main focus here is to provide an easily integratable code editor which is fast in performance.
-- Any one integrating by themselves can add the path of compiler and editor picks it and start working.
-- Can adjust the code editor as they want
-- If someone kept unnecessary for loop it should suggest we should use better option (something like this not exactly)
-- displaying time complexity or suggesting better time complexity of code.
-- If someone practicing competitive programing they can on a separate mode which having features like showing execution time, time complexity, suggest questions related to it from internet.
-- There will be a note option where it stores in local if someone is using personal and in server if on web. Where people working on code can add some text for later understanding.
-- Reminder for certain projects/files loaded to get complete(If we add something for working project or class/page. When ever we open the code editor it will show things to complete).
Features:
-- Can sync the project with others to fix there issues.
-- Team collaboration where it shows who written particular code.
-- Can ask someone to fix the code if necessary so message or notification goes to them asking for a fix.
-- An option to add the integrations (of course all coding editor provide) but we provide they can integrate or add from any languages.
Beta Was this translation helpful? Give feedback.
All reactions