https://github.com/artbycrunk/maya-completion
python completions for maya packages to be used in visual studio code
https://github.com/artbycrunk/maya-completion
completions maya maya-python visual-studio-code
Last synced: about 1 month ago
JSON representation
python completions for maya packages to be used in visual studio code
- Host: GitHub
- URL: https://github.com/artbycrunk/maya-completion
- Owner: artbycrunk
- License: mit
- Created: 2019-01-05T03:39:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-05T16:37:58.000Z (over 6 years ago)
- Last Synced: 2025-03-24T09:52:51.152Z (about 2 months ago)
- Topics: completions, maya, maya-python, visual-studio-code
- Language: Python
- Size: 359 KB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Maya Python Completions for Visual Studio Code
These are some stubs files that assist vscode via jedi in autocompleting commands used in the Maya Python codebase.
> 
## How to use
* Clone this repo to a local folder on disk. (eg `/home/savio/vscode/maya-completion`)
* In your vscode `settings.json` add this local path as a autoComplete extraPath
```
"python.autoComplete.extraPaths": ["/home/savio/vscode/maya-completion"]
```## Known Issues
If your using the python language server and python 2.7, there seems to be a bug in vscode-python
that doesn't show docstrings correctly.Read more about it here:
Intellisense not showing docstrings from /lib/site-packages modules in Python 2.7 virtual env [#2989](https://github.com/Microsoft/vscode-python/issues/2989)
https://github.com/Microsoft/vscode-python/issues/2989## Requirements
* [Visual Studio Code](https://code.visualstudio.com/)
* [Microsoft Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)