vscode-Python-Extended icon indicating copy to clipboard operation
vscode-Python-Extended copied to clipboard

A vscode snippet that makes it easy to write codes in python by providing completion options along with all arguments. Also support module imports

Results 10 vscode-Python-Extended issues
Sort by recently updated
recently updated
newest added

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [typed-rest-client](https://github.com/Microsoft/typed-rest-client) to 1.8.9 and updates ancestor dependency [vsce](https://github.com/Microsoft/vsce). These dependencies need to be updated together. Updates `typed-rest-client` from 1.2.0 to 1.8.9 Release notes Sourced from typed-rest-client's releases. 1.5.0 Enable...

dependencies

Bumps [underscore](https://github.com/jashkenas/underscore) to 1.13.6 and updates ancestor dependency [vsce](https://github.com/Microsoft/vsce). These dependencies need to be updated together. Updates `underscore` from 1.8.3 to 1.13.6 Commits bd2d35c Merge remote-tracking branch 'upstream/master' 2e7c0f2 Update...

dependencies

Bumps [css-what](https://github.com/fb55/css-what) and [cheerio](https://github.com/cheeriojs/cheerio). These dependencies needed to be updated together. Updates `css-what` from 4.0.0 to 6.1.0 Release notes Sourced from css-what's releases. v6.1.0 feat: Support pseudo elements with data...

dependencies

Bumps [markdown-it](https://github.com/markdown-it/markdown-it) to 12.3.2 and updates ancestor dependency [vsce](https://github.com/Microsoft/vsce). These dependencies need to be updated together. Updates `markdown-it` from 10.0.0 to 12.3.2 Changelog Sourced from markdown-it's changelog. [12.3.2] - 2022-01-08...

dependencies

Type: Bug Issue identified by extension bisect. It seems that this extension is breaking the possibility to retrieve previous commands from the history. Extension version: 0.0.1 VS Code version: Code...

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Hi, Is there a way to choose which modules to be enable for the autocompletion ? I mainly work with data so (numpy, pandas, sci-kit, matplotlib, seaborn, etc.) and would...

Would it be possible that you publish this VSCode extension also in https://open-vsx.org/ This would make it much easier to use the extension in project such as * [gitpod.io](https://gitpod.io/) *...

- VSCode Version: 1.52.1 - OS Version: Windows_NT x64 10.0.18363 Steps to Reproduce: 1. Open empty folder and create a .py file 2. Type the (.) character. If editor.snippetSuggestions is...