Releases: atom-community/ide-python
Releases · atom-community/ide-python
v0.4.0
🎉Features
- Improve virtualenv aware by searching subdirectories #57
- Force server shutdown after 2 seconds #60
📝Documentation
- Improve readme and add keywords #59
👷 Internal Improvements
- Update
atom-languageclient
#53
v0.3.0
🎉 Features
- Add signature help support #41
- Made
ide-python
virtualenv aware #38
v0.2.3
🐛 Bugs
- Await Atom's shell environment load #35
v0.2.2
🎉 Features
- Add option to configure outline view #21
🐛 Bugs
- Only use shell-env on mac to fix CPU issues on Linux #29
v0.2.1
🐛 Bugs
- Fix regex to enable autocomplete on dot #17, #16
v0.2.0
🎉 Features
- Add ability to configure plugins #14
📝 Documentation
v0.1.1
🐛 Bugs
- Use shell-env to get env variables ff6df9e, #4
📝 Documentation
- Add keywords to
package.json
c8e7cb4
v0.1.0
🎉 Features
- Check if prefix is valid identifier before requesting completion 5d3d2ae
👷Internal Improvements