Skip to content

Commit 5fd901d

Browse files
authored
Merge pull request #128 from HexmosTech/vscode-extension
Vscode extension: update readme
2 parents f20d3e9 + 5ae3b47 commit 5fd901d

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

vscode-extension/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ VSIX := freedevtools.vsix
99
.PHONY: package clean install publish
1010

1111
package:
12-
npm install
1312
npm run package
1413
npx @vscode/vsce package -o $(VSIX)
1514

vscode-extension/README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
11
# [Free DevTools](https://hexmos.com/freedevtools/) for VS Code
22

3+
4+
35
Search and access a curated collection of **3,50,000+** free resources, icons, cheat sheets, MCPs, TLDRs etc directly from VS Code.
46

7+
## Demo
8+
9+
[![Free DevTools Demo](https://img.youtube.com/vi/8EE9jHNAg_0/0.jpg)](https://www.youtube.com/watch?v=8EE9jHNAg_0)
10+
11+
512
## Features
613

7-
- **Quick Search**: Instantly search for free developer tools without leaving your editor.
14+
- **Quick Search**: Instantly search for free tools, icons, manuals etc without leaving your editor.
815
- **Access Tools**: JSON utilities, Converters (Base64, XML, CSV, etc.), Generators (UUID, Password, etc.), and more.
916

1017
## Usage
1118

12-
1. Click on **$(search) Free DevTools** in the bottom status bar to start searching.
19+
1. Click on the **Free DevTools** icon in the left Sidebar to open the search panel.
1320
2. OR Open the command palette (`Ctrl+Shift+P` / `Cmd+Shift+P`) and type **Free DevTools: Search**.
14-
3. Enter your query to find the resource you need.
21+
3. Start typing in the search bar to find icons and resources, then click to insert or use them.
1522

1623
## Requirements
1724

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "freedevtools",
33
"displayName": "Free DevTools",
44
"description": "3,50,000+ Free Dev Resources - No Login Required",
5-
"version": "0.0.4",
5+
"version": "0.0.5",
66
"publisher": "Hexmos",
77
"icon": "assets/images/logo.png",
88
"repository": {

0 commit comments

Comments
 (0)