Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Qooxdoo SnippetsNew to Visual Studio Code? Get it now.
Qooxdoo Snippets

Qooxdoo Snippets

goldim

|
193 installs
| (0) | Free
Code snippets for qooxdoo v6
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

qooxdoo v6 Snippets

This extension for Visual Studio Code adds snippets for qooxdoo framework.

create qooxdoo class

Usage

Type a part of the keywords in snippet e.g., "construct" and press enter.

// Creates a constructor snippet
construct() {
    this.base(arguments);
}, 

Alternatively, one can also just press Ctrl + Space (works on Windows, Linux, or Mac) to access the available snippets in the editor.

Snippets

Snippet Purpose
qx.Interface.define interface declaration
qx.Class.define class declaration
qx.Mixin.define mixin declaration
extend extend word, default qx.core.Object
implement implement interface
include include mixin
type class type: abstract, static, singleton
construct class constructor
destruct class destructor
events event section

Installation

  1. Install Visual Studio Code 0.10.1 or higher
  2. Launch VS Code
  3. From the command palette Ctrl+Shift+P (Windows, Linux) or Cmd+Shift+P (OSX)
  4. Type ext install or just simply select Install Extension
  5. Choose the extension - Cpp Snippets
  6. Relaunch VS Code

Suggestions for improvement are welcome.

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