Skip to content

braunse/vscode-imba

 
 

Repository files navigation

Visual Studio Code Language Support for Imba

Imba is programming language for building amazing full-stack webapps. You can use it on the server and client. To learn more about Imba visit https://imba.io

This extension provides you with

  • Contextual Syntax highlighting, discover errors easier.
  • A Scrimba theme that a good default look if you want.
  • Better autocompletion, it even works for CSS blocks.

Usage with legacy (imba 1) files

To make the extension play nice with legacy code you can add project-specific vscode settings in project/.vscode/settings.json and add:

{
    "files.associations": {
        "*.imba": "imba1"
    }
}

About

Imba language support for Visual Studio Code

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 81.6%
  • TypeScript 16.3%
  • CSS 2.1%