complynx / vscode-array-index

A VSCode extension to help you check array index.

Home Page:https://marketplace.visualstudio.com/items?itemName=yuyinws.vscode-array-index

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VSCode Array Index

Show array index in editor.

Visual Studio Marketplace Version

Status Bar

Command

  1. Cmd/Ctrl + shift + P
  2. Toggle Array Index

Configuration

{
  "vscode-array-index.isShowInLoad": false
}

whether show array index when editor load.

Support Language

Now support .js(x) .ts(x) .vue .svelte and .json.

PR and issue welcome for more language support.

About

A VSCode extension to help you check array index.

https://marketplace.visualstudio.com/items?itemName=yuyinws.vscode-array-index

License:MIT License


Languages

Language:TypeScript 89.2%Language:JavaScript 10.8%