https://github.com/jojoee/vscode-conda-cheatsheet
:ledger: Visual Studio Code extension : Conda Cheatsheet
https://github.com/jojoee/vscode-conda-cheatsheet
cheatsheet conda extension python python3 vscode-extension
Last synced: 3 months ago
JSON representation
:ledger: Visual Studio Code extension : Conda Cheatsheet
- Host: GitHub
- URL: https://github.com/jojoee/vscode-conda-cheatsheet
- Owner: jojoee
- License: mit
- Created: 2020-03-08T05:24:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T22:29:10.000Z (over 2 years ago)
- Last Synced: 2025-03-26T05:51:10.128Z (3 months ago)
- Topics: cheatsheet, conda, extension, python, python3, vscode-extension
- Language: HTML
- Homepage: https://marketplace.visualstudio.com/items?itemName=jojoee.conda-cheatsheet
- Size: 4.14 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# [Conda Cheatsheet](https://marketplace.visualstudio.com/items?itemName=jojoee.conda-cheatsheet)
A Visual Studio Code extension that lets you open Conda cheatsheet inside the editor.[](https://marketplace.visualstudio.com/items?itemName=jojoee.conda-cheatsheet)
[](https://marketplace.visualstudio.com/items?itemName=jojoee.conda-cheatsheet)
[](https://marketplace.visualstudio.com/items?itemName=jojoee.conda-cheatsheet)

## Features
- `Conda Cheatsheet: PDF` to open PDF file inside editor
- `Conda Cheatsheet: Website` to open website inside editor
- `Conda Cheatsheet: Webview` to open website inside editor
- Support both light and dark theme
- Click on the content section for jump to selected section immediately
- Copy and Paste command## TODO
- [ ] Automated: download pdf => convert to image for `onCommand:extension.openPdf` command
- [ ] Automated: test
- [ ] Automated: watch and run `compileWebview.js` file
- [ ] Refactoring## Demo
1. Basic usage + feature
- `alt + shift + P` to open available commands
- Select for open "Webview"
- Click to "Sharing Environments" section
- Hover on some command
- Click it for copy the command
- `alt + N` to create new file
- `alt + V` to pate the command
2. Support theme changing
3. Support other view e.g. PDF and website## Development
```
node tool/compileWebview.js && npm run compilenpm run compile
npm run test
npm run deploy
vsce login jojoee
vsce publish
```## Reference
- [Conda - Conda documentation](https://docs.conda.io/en/latest/)