An open API service indexing awesome lists of open source software.

https://github.com/nyxb/vscode-use

💡 Visual Studio Code extension that allows you to insert "use client" or "use server" statements at the beginning of a file
https://github.com/nyxb/vscode-use

client nextjs server use vscode vscode-extension

Last synced: about 1 month ago
JSON representation

💡 Visual Studio Code extension that allows you to insert "use client" or "use server" statements at the beginning of a file

Awesome Lists containing this project

README

          

# 💡 vscode-use

Visual Studio Marketplace Version

> This is a Visual Studio Code extension that allows you to insert "use client" or "use server" statements at the beginning of a file.

## ✨ Features

- Provides commands to insert "use client" or "use server" statements at the beginning of the active file.
- Supports the keyboard shortcuts:
- For "Insert 'use client' Statement": Control+Alt+C (Mac) or Ctrl+Alt+C (Windows/Linux)
- For "Insert 'use server' Statement": Control+Alt+S (Mac) or Ctrl+Alt+S (Windows/Linux)
- Can be triggered by right-clicking in the editor and selecting the corresponding option.
- You can also use the Command Palette (`Control+Shift+P` on macOS or `Ctrl+Shift+P`) and search for "Insert 'use client' Statement" or "Insert 'use server' Statement".

## 📦 Installation

1. Launch Visual Studio Code.
2. Press `Ctrl+P` (or `Cmd+P` on macOS) to open the Quick Open dialog.
3. Type `ext install your-extension` and press `Enter`.
4. Click the Install button next to the extension "Your Extension" by "Your Publisher".

## 🚀 Usage

- To insert a "use client" statement:
- Use the predefined keyboard shortcut: Control+Alt+C (Mac) or Ctrl+Alt+C (Windows/Linux).
- Right-click in the editor and select "Insert 'use client' Statement".
- Use the Command Palette (`Cmd+Shift+P` on macOS or `Ctrl+Shift+P`) and search for "Insert 'use client' Statement".
- To insert a "use server" statement:
- Use the predefined keyboard shortcut: Control+Alt+S (Mac) or Ctrl+Alt+S (Windows/Linux).
- Right-click in the editor and select "Insert 'use server' Statement".
- Use the Command Palette (`Control+Shift+P` on macOS or `Ctrl+Shift+P`) and search for "Insert 'use server' Statement".

## 🤝💰 Sponsors





## 📜 License

[MIT](./LICENSE) 💚 License © 2023 [Dennis Ollhoff](https://github.com/nyxb)