Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Whole Form Filler - Script RunnerNew to Visual Studio Code? Get it now.
Whole Form Filler - Script Runner

Whole Form Filler - Script Runner

C Tech Hindi

|
3,087 installs
| (0) | Free
Publish and Compile Whole From Filler Javascript Script
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Whole Form Filler - Script Runner

A Visual Studio Code extension for managing and running Whole Form Filler JavaScript scripts. This extension provides a convenient way to organize, edit, and execute your form filler scripts directly from VS Code.

Features

  • 📁 Script Explorer: View all your form filler scripts in a dedicated sidebar
  • 🔍 Search Functionality: Quickly find scripts with built-in search
  • ⚡ Quick Actions: Edit, delete, and refresh scripts directly from the explorer
  • 📅 Sort Options: Organize scripts by date
  • 🎯 Context Menu Integration: Right-click actions for quick access to common operations

Installation

  1. Download the VSIX file from the releases page
  2. Install it in VS Code:
    • Open VS Code
    • Go to Extensions view (Ctrl+Shift+X)
    • Click on the "..." menu (More Actions)
    • Select "Install from VSIX..."
    • Choose the downloaded VSIX file

Usage

  1. Open the Whole Form Filler Script Explorer from the activity bar (look for the WFF icon)
  2. Use the toolbar buttons to:
    • 🔄 Refresh the script list
    • 🔍 Search for specific scripts
    • ❌ Clear search results
  3. For each script in the list, you can:
    • 📂 Open the containing folder
    • ✏️ Edit the script
    • 🗑️ Delete the script

Development

To build and run the extension locally:

  1. Clone the repository:

    git clone https://github.com/jeevan-lal/WFF-Script-Runner.git
    cd WFF-Script-Runner
    
  2. Install dependencies:

    npm install
    
  3. Build the extension:

    npm run compile
    
  4. Debug in VS Code:

    • Press F5 to start debugging
    • A new VS Code window will open with the extension loaded

Publishing

To package and publish the extension:

  1. Install vsce:

    npm install -g @vscode/vsce
    
  2. Package the extension:

    vsce package
    
  3. Publish:

    vsce publish
    

License

This project is licensed under the MIT License. See the LICENSE file for details.

Author

  • Jeevan Lal
  • Website: https://ctechhindi.in/
  • GitHub: https://github.com/jeevan-lal
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft