What is the best way to add features? #1940
andersontz
started this conversation in
General
Replies: 2 comments 5 replies
-
We don't add new features in VSCodium. For your purpose, I would look at https://theia-ide.org/ which its purpose is to create your own IDE. |
Beta Was this translation helpful? Give feedback.
5 replies
-
@andersontz I have the same idea with you, did you found the method how to develop ours software base on vscodium? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm planning to start a derivative software, still under the MIT license. My software will have another name, another visual identity and new features, exclusive and different from the extensions we currently have. For example, I need to create, first of all, a screen for the user to register directly in my software to use it. Create new main menus, create a different type of code tab, among many other things. My question is, what would be the best practices for executing the features, changing the main code or creating custom extensions for each of them? My intention is to create new features and preferably they are standard, without the user being able to disable them, for example. How does the community create new features for VSCodium?
Beta Was this translation helpful? Give feedback.
All reactions