Thursday, 7 October 2021

vscode new changes

Welcome to the September 2021 release of Visual Studio Code check here. There are many updates in this version that we hope you will like, some of the key highlights include:

Split an editor without creating a new group#

A new command Split in Group (Ctrl+K Ctrl+Shift+\) was added to split an editor into two sides without requiring a second editor group. This allows you to work in two editors side by side on the same file. You can also toggle the layout between splitting vertically or horizontally via the Toggle Layout button as seen in the short video.






Split an editor into an existing group#

When you split an editor to the side, VS Code opens a new editor group, even if an existing group is present to the side. However, there are times when you want to split an editor into an already existing group













No comments:

Post a Comment

7 Common mistakes in Dot Net — You can avoid

  There are many common mistakes made during .NET (ASP.NET, .NET Core) development, which affect performance, security, and code… Code Crack...