Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>StartupJSNew to Visual Studio Code? Get it now.
StartupJS

StartupJS

startupjs

|
230 installs
| (0) | Free
StartupJS framework support for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-startupjs

StartupJS support for VS Code.

Features

  1. Highlight syntax inside styl template literal:

    /* eslint-disable no-unreachable */
    import React from 'react'
    import { styl, observer } from 'startupjs'
    import { Div } from '@startupjs/ui'
    
    export default observer(function MyComponent () {
      return <Div styleName='root' />
    
      styl`
        .root
          width 10u
          height 10u
          background-color green
      `
    })
    

Install

Inside VSCode, press Ctrl+P, and enter:

ext install vscode-startupjs
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft