oakmac / vscode-parinfer

Parinfer for VS Code
MIT License
167 stars 20 forks source link

add support for tabStops #27

Open oakmac opened 6 years ago

oakmac commented 6 years ago

From the parinfer API:

tabStops is an array of objects representing Tab stops, which is populated if a cursor position or selection is supplied. We identify tab stops at relevant open-parens, and supply the following extra information so you may compute extra tab stops for one-space or two-space indentation conventions based on the type of open-paren.

vscode-parinfer should support tabStops