Skip to content

Commit f25ddb3

Browse files
authored
chore: mention vscode setup
1 parent 0a80996 commit f25ddb3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,19 @@ console.log(`API Key: ${apiKey}`)
4949
console.log(`Database URL: ${databaseUrl}`)
5050
```
5151

52+
### VS Code Extension
53+
54+
For the best development experience, we recommend installing the [dotenvx VS Code extension](https://marketplace.visualstudio.com/items?itemName=dotenv.dotenvx-vscode). This extension provides syntax highlighting, encryption/decryption features, and other helpful tools directly in your editor.
55+
56+
```bash
57+
# Install from VS Code marketplace
58+
code --install-extension dotenv.dotenvx-vscode
59+
```
60+
61+
Or search for "dotenvx" in the VS Code extensions marketplace.
62+
63+
For more information on dotenvx, visit [dotenvx.com](https://dotenvx.com).
64+
5265
## Advanced Usage
5366

5467
### Custom Configuration

0 commit comments

Comments
 (0)