Conda Wingman
This is the README for the extension Conda Wingman. This extension aims to help VSCode users manage and interact with Conda environments. Conda Wingman aims to add QoL improvements that help programmers use environments without having to memorise all of the conda commands. Features
Conda Wingman dynamically adds status bar items for quick Conda command access when a YAML file is open, simplifying Conda environment management directly within VSCode. These can also be accessed from the VScode command pallet:
The supported commands are: Creating Environments
Activating Environments
Writing Requirements Files
Deleting Environments
Switch Environment
Clickable Package LinksPackage names in conda environment YAML files are clickable — conda packages link to anaconda.org, pip sub-dependencies link to PyPI. Hover TooltipsHover over a package name in a YAML file to see its description and latest version from PyPI. Active Environment in Status BarThe status bar shows the current conda environment name and Python version, detected from the open YAML file. Click it to switch environments. Auto-Set Python InterpreterWhen a conda environment is detected, the workspace Python interpreter ( Settings
Release NotesSee CHANGELOG for more information. ContributingAll contributions are welcome! Please feel free to fork the repository and create a pull request. LicenseDistributed under the MIT License. See LICENSE for more information. AuthorDavid Saunders - 2024 |





