Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Wheels VS CodeNew to Visual Studio Code? Get it now.
Wheels VS Code

Wheels VS Code

Wheels.dev

|
7 installs
| (1) | Free
Enhance your Wheels development workflow with intelligent code snippets for all framework functions, offered in both minimal (required-only) and comprehensive (all-parameters) variants, plus built-in function documentation.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Wheels VS Code Extension

Boost your Wheels development experience with intelligent code snippets for all framework functions, offered in required-only and full-parameter variants, along with integrated function documentation.

Features

Smart Code Completion

Insert named parameters instantly - No more positional arguments or parameter guessing

Professional Hover Docs

See examples, parameter details, and defaults - Just hover over any Wheels function

Context-Aware Snippets

Required-only + full options available - Choose the complexity level you need

300+ Functions

Complete coverage of the Wheels framework - Every function documented and accessible

Minimal & Clean Syntax

No more positional arguments - Clean, readable named parameter syntax

Usage

// Type "findAll" and choose from dropdown:
// Option 1: findAll (basic - with required params)
users = findAll()

// Option 2: findAll(allParams) (full version with all parameters)
users = findAll(where = "", order = "", group = "", select = "", distinct = "false", include = "")

// Practical usage after selecting either option
users = findAll(where = "active = 1", order = "name ASC")

// Another example - type "mimeTypes":
// Option 1: mimeTypes (basic - with required params)
type = mimeTypes(extension = "")

// Option 2: mimeTypes(allParams) (with fallback)
type = mimeTypes(extension = "", fallback = "")

Quick Start

  1. Open a .cfm or .cfc file
  2. Start typing a Wheels function name (e.g. findAll)
  3. Choose between:
    • Required parameters only
    • Full version with optional params

Contributing

This extension is part of the Wheels project.

  • Community Discussions
  • Report Issues
  • Wheels Docs

License

MIT License — free to use, modify, and distribute.


Build faster, code smarter — with Wheels!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft