Get the latest Visual Studio Code from https://code.visualstudio.com/.
- ColdBox 5.X.X
- ColdBox 6.X.X
- ColdBox 7.X.X
This bundle includes functionality not only for ColdBox MVC, but also for WireBox, CacheBox and LogBox.
Code completion for all major ColdBox + TestBox functions and scopes:
- binder ➝: "coldbox.system.ioc.config.Binder",
- cachebox ➝: "coldbox.system.cache.CacheFactory"
- controller ➝: "coldbox.system.web.Controller",
- event ➝: "coldbox.system.web.context.RequestContext",
- flash ➝: "coldbox.system.web.flash.AbstractFlashScope",
- html ➝: "coldbox.system.core.dynamic.HTMLHelper"
- log ➝: "coldbox.system.logging.Logger",
- logbox ➝: "coldbox.system.logging.LogBox",
- wirebox ➝: "coldbox.system.ioc.Injector",
- cachebox-config ➝: Creates a new CacheBox.cfc configuration file
- config ➝: Creates a new ColdBox.cfc configuration file
- box ➝: Creates a- box.jsontemplate
- handler ➝: Creates a ColdBox Event Handler
- interceptor ➝: Creates a ColdBox Interceptor
- model ➝: Creates a model object
- routes ➝: Creates a new routing file
- point ➝: Creates a new interception point method
- cfc ➝: Creates a new ColdFusion script CFC
- function ➝: Creates a new ColdFusion script function
- inject ➝: Creates a new property with an- injectannotation for WireBox
- property ➝: Creates a new ColdFusion script property
- action ➝: Creates a handler action
- around: Creates an aroundHandler() implicit action
- onerror ➝: Creates an onError() implicit action
- onhttp ➝: Creates an onInvalidHTTPMethod() implict action
- onma ➝: Creates an onMissingAction() implicit action
- postaction ➝: Creates a postXXX() implicit action
- post ➝: Creates a postHandler() implicit action
- preaction ➝: Creates a preXXX() implicit action
- pre ➝: Creates a preHandler() implicit action
- active ➝: Creates a ColdBox Active Entity
- entity ➝: Creates an ORM Entity
- ormservice ➝: Creates a Base ORM service
- virtualservice ➝: Creates a virtual entity service
- o2m: Creates a one-to-many property definition
- m2o: Creates a many-to-one property definition
- m2m: Creates a many-to-many property definition
- aspect ➝: Creates a WireBox AOP Aspect object
- binder ➝: Creates a basic WireBox configuration binder
- inject ➝: WireBox property injection
- provider ➝: Creates a WireBox provider method
- setter ➝: Creates a WireBox setter injection
Install the latest vscode-coldbox package from https://marketplace.visualstudio.com/.
- A ColdBox Platform Bundle v2.0.0 for Sublime Text 2/3 - https://github.com/coldbox/coldbox-sublime