Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 706 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 706 Bytes

VS Code Settings Editor

VS Code visual editor for settings like prettierrc, tsconfig etc.

settings-editor

Install

  1. Open Extensions sideBar panel in Visual Studio Code and choose the menu options for View → Extensions
  2. Search for vscode-settings-editor
  3. Click Install
  4. Click Reload, if required

Features

Supported configuration type:

  • npm
    • package.json
    • .npmrc
  • prettier
    • .prettierrc
  • typescript
    • tsconfig.json
  • cypress
    • cypress.json
  • lerna
    • lerna.json
  • istanbul
    • .nycrc
  • babel
    • .babelrc
  • eslint
    • .eslintrc

How to Use

Click button on editor title to open settings visual editor.