Skip to content
generated from nyxb/starter-vscode

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

License

Notifications You must be signed in to change notification settings

nyxb/vscode-use

Repository files navigation

💡 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 © 2023 Dennis Ollhoff

About

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

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project