Skip to content

Commit

Permalink
removed some images from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Jun 23, 2016
1 parent 211b420 commit 656412e
Showing 1 changed file with 12 additions and 22 deletions.
34 changes: 12 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# [Python](http://donjayamanne.github.io/pythonVSCode/)
Linting, Debugging (multi-threaded, web apps, remote), Intellisense, auto-completion, code formatting, snippets, unit testing, and more.
#Python
An extension with rich support for Python language, with features including the following and more:
* Linting (Prospector, PyLint, Pep8, Flake8, pydocstyle with config files and plugins)
* Intellisense (autocompletion)
* Auto indenting
* Code formatting (autopep8, yapf, with config files)
* Renaming, Viewing references, and code navigation
* View signature and similar by hovering over a function or method
* Excellent debugging suppot (variables, arguments, expressions, watch window, stack information, break points, remote debugging, mutliple threads)
* Unit testing (unittests and nosetests, with config files)
* Sorting imports
* Snippets

##Quick Start
* Install the extension
Expand All @@ -15,18 +25,6 @@ For further information and details continue through to the [documenetation](htt
* Any and all feedback is appreciated and welcome.
+ Please feel free to [add suggestions here](https://github.com/DonJayamanne/pythonVSCode/issues/183)

##Features
* Linting (Prospector, PyLint, Pep8, Flake8, pydocstyle with config files and plugins)
* Intellisense (autocompletion)
* Auto indenting
* Code formatting (autopep8, yapf, with config files)
* Renaming, Viewing references, and code navigation
* View signature and similar by hovering over a function or method
* Excellent debugging suppot (variables, arguments, expressions, watch window, stack information, break points, remote debugging, mutliple threads)
* Unit testing (unittests and nosetests, with config files)
* Sorting imports
* Snippets

##[Roadmap](https://github.com/DonJayamanne/pythonVSCode/issues/183)
_Please note, not all of these feature may be developed.
Your feedback is crucial in prioritizing the items and in determining whether we shift focus our attention to some other feature request(s)._
Expand Down Expand Up @@ -97,16 +95,8 @@ Your feedback is crucial in prioritizing the items and in determining whether we

![Image of Generate Features](https://raw.githubusercontent.com/DonJayamanne/pythonVSCode/master/images/general.gif)

![Image of Go To Definition](https://raw.githubusercontent.com/DonJayamanne/pythonVSCode/master/images/goToDef.gif)

![Image of Renaming and Find all References](https://raw.githubusercontent.com/DonJayamanne/pythonVSCode/master/images/rename.gif)

![Image of Debugging](https://raw.githubusercontent.com/DonJayamanne/pythonVSCode/master/images/standardDebugging.gif)

![Image of Multi Threaded Debugging](https://raw.githubusercontent.com/DonJayamanne/pythonVSCode/master/images/flaskDebugging.gif)

![Image of Pausing](https://raw.githubusercontent.com/DonJayamanne/pythonVSCode/master/images/break.gif)

## Change Log

### Version 0.3.12
Expand Down

0 comments on commit 656412e

Please sign in to comment.