There are two things to install if you are using an entity framework:
- Entity Framework in Package Manager Console
PM> Install-Package EntityFramework
or Install-package EntityFramework -pre if after EF6 in the current state
Powertools offer some useful options that appear in this context menu.
Remember to right-click in the file containing DBContext to get the correct behavior.

source share