AllentDan / AREPL-vscode

Program python in real-time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConfigView

ConfigView automatically evaluates python configs for OpenMMLab. The plugin was modified from AREPL-python.

ConfigView is availible for free on the vscode marketplace.

Usage

First, make sure you have python 3.7 or greater installed.

Install the python package mmconfig through:

pip install mmconfig

Open a python file and click on the icon in the top bar to the right to open ConfigView. You can click the icon again to close.

Or run ConfigView through the command search: control-shift-p

or use the shortcuts: control-shift-a (current doc) / control-shift-q (new doc)

FAQs

  • Always remember to set the python path to use for Config View. In setting.json, add the following line:
"ConfigView.pythonPath": ${PYTHON_PATH},

Reference

  • AREPL-vscode
  • open-file-from-path

About

Program python in real-time

License:MIT License


Languages

Language:TypeScript 80.5%Language:JavaScript 9.8%Language:Python 5.5%Language:CSS 4.2%Language:Shell 0.0%