-
Notifications
You must be signed in to change notification settings - Fork 61
Description
Is your feature request related to a problem? Please describe.
We always want to do fast coding!!
Describe the solution you'd like
Code Snippets can be saved for a particular user(This can be done only after the login/signup feature is added which is in the issue bucket list)
Motivation
When the user login and creates a new room(not for joining room as some other code may get affected) this code snippet for only one particular language (ex: c++) will be displayed in the editor.
Are you willing to contribute to this issue? [Yes/No]
Yes
Describe alternatives you've considered
A button to add a snippet for a particular user in the login room(assuming after the user logins he will get a chance to create or join the room) which will allow the user to add a particular code snippet for anyone(latest remains) particular language and it will automatically be added when a user creates a room.