On this section we will see the four main parts that Visual Studio Code it is compound.
1. Activity Bar: It is located on the left-hand side, this lets the user switch between differnet views and you can get easily acces to the plugins from the activity bar as well.
2. Sidebar: Contains different views like the explorer to assist while working on the project and many extensions are given from the sidebar inside this sidebar you can do:
- Group related views and content together
- Use clear and descriptive names for containers
3. Editor: This is the main area where all the ideas are put here to edit your files, you can open different editors as you like.
4. Status Bar: Information about the opened project and the files a person edit.
References:
Microsoft (2021a) UX guidelines, RSS. Available at: https://code.visualstudio.com/api/ux-guidelines/overview (Accessed: 30 May 2023).
Microsoft (2021b) Visual studio code user interface, RSS. Available at: https://code.visualstudio.com/docs/getstarted/userinterface (Accessed: 30 May 2023).
Comments
Post a Comment