An open API service indexing awesome lists of open source software.

https://github.com/mrkou47/thrift-syntax-support

a vscode extension for support thrift syntax.
https://github.com/mrkou47/thrift-syntax-support

intellisense thrift typescript vscode-extension

Last synced: 6 months ago
JSON representation

a vscode extension for support thrift syntax.

Awesome Lists containing this project

README

          

# thrift-syntax-support

A functional VS Code extension for supporting Thrift syntax.

## Features

### Basic syntax support

![](./images/basic-syntax-support.png)

### Show Definitions of a Symbol

![](./images/auto-jump.gif)

### Code Completion Proposals

![](./images/auto-complete.gif)

### Hovers show information about the symbol/object that's below the mouse cursor

![](./images/cursor.gif)****