Skip to content

Commit 01b5aab

Browse files
committed
initial draft on extensions
1 parent aabf423 commit 01b5aab

File tree

7 files changed

+34
-3
lines changed

7 files changed

+34
-3
lines changed

8-code-editor/1-using-a-code-editor/README.md

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ Once you have opened the repository on the browser/ vscode.dev, the next step wo
8181

8282
### 1. Create a new file
8383

84-
You can either create a file inside an existing folder, or create it in the root directory/folder. To create a new file open a location/directory to which you want the file to be saved and select the _'New file ...'_ icon, give it a name and hit enter.
84+
You can either create a file inside an existing folder, or create it in the root directory/folder. To create a new file, open a location/directory to which you want the file to be saved and select the _'New file ...'_ icon on the activity bar _(left)_, give it a name and hit enter.
8585

8686
![Create a new file](../images/create-new-file.png)
8787

8888
### 2. Edit and save a file on the repository
8989

9090
Using vscode.dev is helpful whenever you want to make quick updates to your project without having to load any software on your computer.
91-
To update your code, click the 'Explorer' icon to view files & folders in the repository.
91+
To update your code, click the 'Explorer' icon, also located on the activity bar to view files & folders in the repository.
9292
Select a file to open it on the screen and make your changes.
9393

9494
![Edit a file](../images/edit-a-file.png)
@@ -107,9 +107,40 @@ Then, type in a commit message _(A description of the change you have made to th
107107

108108
Once done working on your project, select the hamburger menu icon at the top left to return to the repository on GitHub.
109109

110-
![Stage & commit changes](../images/EditVSCode.dev.gif)
110+
![Stage & commit changes](../images/edit-vscode.dev.gif)
111111

112112
## Using extensions
113+
Extensions installed on VSCode allow you to add new features and customized development environment options on your editor to improve your development workflow. These extensions also help you add support for multiple programming languages and are often either generic extensions or language-based extensions.
114+
115+
To browse through the list of all available extensions, click the _'Extensions'_ icon on the activity bar and start typing the name of the extension on the text field labelled _'Search Extensions in Marketplace'_.
116+
You will see a list of extensions with each one containing **the extension name, publisher's name, a 1 sentense description, number of downloads** and **a start rating**.
117+
118+
![Extension details](../images/extension-details.png)
119+
120+
You can also view all previously installed extensions by expanding the _'Installed folder'_ , popular extensions used by most developers in the _'Popular folder'_ and recommended extensions for you either by users in the same workspace or based on your recently opened files in the _'recommended folder'_ .
121+
122+
![View extensions](../images/extensions.png)
123+
124+
125+
### 1. Install Extensions
126+
To install an extension, type the extension's name in the search field and click on it to view additional information about the extension on the code area once it appears on the expanded activity bar.
127+
128+
You can either click the _blue install button_ on the expanded activity bar to install or use the install button that appears on the code area once you select the extension to load additional information.
129+
130+
![Install extensions](../images/install-extension.gif)
131+
132+
### 2. Customize Extensions
133+
After installing the extension, you may need to modify its behaviour and customize it based on your preferences. To do this, select the Extensions icon, and this time, your extension will appear in the _Installed folder_, click on the _**Gear icon**_ and navigate to _Extensions Setting_
134+
135+
![Modify extension settings](../images/extension-settings.png)
136+
137+
### 3. Manage Extensions
138+
After installing and using your extension, vscode.dev offers options to manage your extension based on different needs. For example, you may choose to:
139+
- **Disable:** Select installed extension on the expanded activity bar > click the Gear icon > select 'Disable' or 'Disable (Workspace)' **OR** Open the extension on the code area and click the blue Disable button.
140+
141+
_(You temporarily disable an extension when you no longer need it but don't want to uninstall it completely)_
142+
- **Uninstall:** Select installed extension on the expanded activity bar > click the Gear icon > select 'Uninstall' **OR** Open the extension on the code area and click the blue Uninstall button.
143+
113144

114145

115146
## Editing and updating

8-code-editor/images/edit-a-file.png

0 Bytes
Loading
362 KB
Loading
445 KB
Loading

8-code-editor/images/extensions.png

88.4 KB
Loading
14.5 MB
Loading

0 commit comments

Comments
 (0)