Skip to content

updated to include a reference to VS Code#722

Merged
kennethreitz merged 2 commits into
realpython:masterfrom
DonJayamanne:master
Jul 9, 2016
Merged

updated to include a reference to VS Code#722
kennethreitz merged 2 commits into
realpython:masterfrom
DonJayamanne:master

Conversation

@DonJayamanne

Copy link
Copy Markdown
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

Comment thread docs/dev/env.rst Outdated
-----------------------------

`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
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Oxford comma!

@DonJayamanne DonJayamanne Jul 6, 2016

Copy link
Copy Markdown
Contributor Author

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
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

yep!

@DonJayamanne

DonJayamanne commented Jul 6, 2016

Copy link
Copy Markdown
Contributor Author

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

@kennethreitz

Copy link
Copy Markdown
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
Copy Markdown
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