Releases: atom-community/ide-python
Releases · atom-community/ide-python
v1.7.3
31 Jan 07:25
Compare
Sorry, something went wrong.
No results found
1.7.3 (2021-01-31)
Bug Fixes
deps: update atom-languageclient to ^1.0.6 (d078249 )
v1.7.2
05 Jan 20:19
Compare
Sorry, something went wrong.
No results found
1.7.2 (2021-01-05)
Bug Fixes
revert atom-languageclient to fix autocomplete adds initial typing (cf23b43 )
v1.7.1
13 Dec 01:03
Compare
Sorry, something went wrong.
No results found
1.7.1 (2020-12-13)
Bug Fixes
v1.7.0
11 Dec 23:02
Compare
Sorry, something went wrong.
No results found
Update atom-languageclient
v1.6.2
11 Nov 17:41
Compare
Sorry, something went wrong.
No results found
v1.6.1
11 Nov 17:03
Compare
Sorry, something went wrong.
No results found
fixed: python client broke because of the debugger in the previous release
v1.6.0
11 Nov 03:20
Compare
Sorry, something went wrong.
No results found
Add Debugger (Experimental)
To use the debugger you need to install atom-ide-debugger and atom-ide-console as well:
apm install atom-ide-debugger
apm install atom-ide-console
After installation of the above packages:
Open the file you need to debug
Use CTRL+SHIFT+P and run "Show Debugger" to show the debugger pane
Click add target button and fill the information
Debug your application like the gif
v1.5.1
26 Oct 21:22
Compare
Sorry, something went wrong.
No results found
📖 Documentation
Recommend atom-ide-community packages instead of atom-ide-ui (#206 )
⬆️ Dependencies
Update dependency atom-languageclient to v1 (#213 )
v1.5.0
13 Oct 16:04
Compare
Sorry, something went wrong.
No results found
🎉 Features
Add support for PyLint arguments (#179 )
Add support for Flake8 (#180 )
v1.4.2
23 Jul 09:44
Compare
Sorry, something went wrong.
No results found
📖 Documentation
Tweak Python path help text #174
Add PyLint label #161