Skip to content

upupnoah/vscode-array-index-inlay

 
 

Repository files navigation

Array Index Inlay VS Code

Visual Studio Marketplace Version Made with reactive-vscode

Show array index inlay hints for large arrays.

Screenshot

Configs

Name Description Default
arrayIndexInlay.minLength Minimum length of the array to show the index hints 15
arrayIndexInlay.minLines Minimum lines of the array to show the index hints 30
arrayIndexInlay.startIndex Start index of the array 0
arrayIndexInlay.allowSpread Show inlay hints even there are spread operators in the array false

Supported Languages

  • JavaScript
  • TypeScript
  • JSX
  • TSX
  • JSON / JSONC / JSON5
  • Vue
  • Svelte

Sponsors

License

MIT License © 2022 Anthony Fu

About

Show array index inlay hints for large arrays for VS Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.7%
  • JavaScript 2.3%