8000 GitHub - christoph-fricke/xstate-vscode: Intelligent XState tooling for VSCode
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

christoph-fricke/xstate-vscode

 
 

Repository files navigation

XState VSCode enhances the XState development experience by providing VSCode users with features like in-editor visualization, autocomplete, typegen and linting.

Installation

Install via the Visual Studio Code Marketplace →

Features

Visualize machines

Visualize any XState machine from your editor, with an interactive diagram.

Autocomplete

Intelligent suggestions for transition targets and initial states.

Linting

Highlights errors and potential bugs in your XState machine definitions.

Jump to definition

Navigate around machines easily with jump to definition on targets, actions, guards, services and more.

Hints and Tips

Ignoring machines

If you'd like to ignore linting/autocomplete on a machine, add a // xstate-ignore-next-line comment on the line above it:

// xstate-ignore-next-line
createMachine({});

About

Intelligent XState tooling for VSCode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
3127

Languages

  • TypeScript 98.7%
  • Other 1.3%
0