-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "Interaction set" feature #86517
Comments
We try to keep VS Code lean and we think the functionality you're asking for is great for a VS Code extension. Maybe you can already find one that suits you in the VS Code Marketplace. Just in case, in a few simple steps you can get started writing your own extension. See also our issue reporting guidelines. Happy Coding! |
@octref I mean i know about all this stuff. The point is to have one pack of everything without necessity to search all of it, install and check compability with other extension. Sometimes it's a problem too. |
And btw it's a point that periodically you have to switch to different kind of projects and you want a different set of extensions. Sometimes depending of file type (language) sometimes depending of workspace (set of project you working on) |
Please upvote #57548 |
Don't know if it was already requested, but it will be awesome if VS Code could have some kind of file that contains set of extensions and settings to make it behave as another editor or IDE.
Some kine of set that you can download and apply to VS in one click that will configure instantly and I mean not visual style, but way it react.
For example I prefer the way VS19 behave when I code, but I notice that it doesnt auto format indentions, can't catch up pathes, doesn't have same key bindings and more. So I have to search what exactly I even need and then look for extension, then try multiple and fine tune them.
How nice it would be to download something like "VS19 Interaction set", install it and get vs code configuret accordingly.
To avoid extensions problems there may be a swith in panel to select like "default" set or one of preconfigured.
People prefer different editors would appreciate one click configuration, like sublime, Eclipse, IJ Idea and many others and ability to switch between them straight from VS code
The text was updated successfully, but these errors were encountered: