Mrzhouyl / vscode-settings-editor

VS Code visual editor for settings like npm package.json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

VS Code visual editor for settings like npm package.json

License:MIT License


Languages

Language:TypeScript 81.7%Language:SCSS 15.5%Language:JavaScript 2.8%