Skip to content

updated to include a reference to VS Code #722

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 9, 2016

Conversation

DonJayamanne
Copy link
Contributor

Visual Studio Code is a very lightweight, free and cross platform IDE.
This is MIT licensed (open source).

The [Python extension[(https://marketplace.visualstudio.com/items?itemName=donjayamanne.python) turns this IDE into an excellent Python Development Environment.
This too is open sourced and MIT licensed.

Features include (for python development) include:

  • Integrated GIT
  • Tasks
  • Local and remote debugging
  • Linting (multiple linters)
  • Intellisense (signatures, auto completion, etc)
  • Code navigation (find references, go to def, etc)
    etc

-----------------------------

`Python for Visual Studio <https://marketplace.visualstudio.com/items?itemName=donjayamanne.python>`_ is an extension for the `Visual Studio Code IDE <https://code.visualstudio.com>`_.
This is a free, light weight and open source IDE, with support for Mac, Windows and Linux.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oxford comma!

Copy link
Contributor Author

@DonJayamanne DonJayamanne Jul 6, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would changing it to the following work?

This is a free, light weight and open source IDE, with support for Mac, Windows, and Linux.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep!

@DonJayamanne
Copy link
Contributor Author

DonJayamanne commented Jul 6, 2016

@kennethreitz, please re-review, changes have been made.
Thanks

@kennethreitz
Copy link
Contributor

May need to revise whitespace still, but will merge and see how it renders!

Thanks, VS Code is a good project.

@kennethreitz kennethreitz merged commit da1f2a6 into realpython:master Jul 9, 2016
@DonJayamanne
Copy link
Contributor Author

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants