Skip to content

Commit

Permalink
Minor fixes to readme
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
madskristensen committed Jan 14, 2022
1 parent 64269ed commit 2d3406d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,11 @@ This package attempts to solve multiple issues with the current extensibility mo
Base classes, helper methods, and extension methods encapsulate the complexity so you don't have to.

### It's difficult to find what services and components to use
Now the most commmon services are all easy to get to from the main `VS` object.

Now the most common services are all easy to get to from the main `VS` object.

### Best practices change with each version of VS. I can't keep up
The underlying implementation of the project uses the best practices for each version of VS it supports. This ensures that your extension is much more likely to handle threading correctly, and avoid hangs and crashes.


### The API is dated and has lots of ugly COM legacy noise
The most common APIs of the old complex COM nature are wrapped to expose a modern async API. This makes it much easier to code against the API and you can avoid the `EnvDTE` object for most scenarios.

Expand Down

0 comments on commit 2d3406d

Please sign in to comment.