Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Squirrel (Electric Imp)New to Visual Studio Code? Get it now.
Squirrel (Electric Imp)

Squirrel (Electric Imp)

deldrid1

|
3,201 installs
| (0) | Free
Squirrel (Electric Imp Flavor) Language Colorizer and Snippets for Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode-Squirrel-Support

This Extension adds support for the Squirrel Programming Language (specifically Electric Imp flavored Squirrel) and its associated .nut files.

From the author of Squirrel:

"Squirrel is a high level imperative, object-oriented programming language, designed to be a light-weight scripting language that fits in the size, memory bandwidth, and real-time requirements of applications like video games" (or in Electric Imp's case, embedded ARM microcontrollers).

Snippets

  • class - class definition
  • constr - constructor definition
  • for - for (initialize; max; evaluate) { }
  • foreach - foreach (element in collection)
  • func - function name(args) { }
  • if - if (statement) { }
  • l - local variable
  • The Complete imp API - Up to date as of Nov 7, 2016 (impOS Release 34)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft