Skip to content

Support VSHPROPID_ActiveIntellisenseProjectContext#1209

Merged
dpoeschl merged 1 commit intodotnet:masterfrom
dpoeschl:ActiveIntellisenseProjectContext
Mar 12, 2015
Merged

Support VSHPROPID_ActiveIntellisenseProjectContext#1209
dpoeschl merged 1 commit intodotnet:masterfrom
dpoeschl:ActiveIntellisenseProjectContext

Conversation

@dpoeschl
Copy link
Contributor

ASP.NET 5 supports switching between target platforms in the IDE via a new hierarchy property, "VSHPROPID_ActiveIntellisenseProjectContext". We now consider this property when determining or setting the active document context and also listen to its hierarchy event.

Fixes #164

ASP.NET 5 supports switching between target platforms in the IDE via a new hierarchy property, "VSHPROPID_ActiveIntellisenseProjectContext". We now consider this property when determining or setting the active document context and also listen to its hierarchy event.

Fixes dotnet#164
@dpoeschl
Copy link
Contributor Author

Tagging reviewers: @jasonmalinowski @BillHiebert @Pilchie

@jasonmalinowski
Copy link
Member

👍

Copy link
Member

Choose a reason for hiding this comment

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

Why do we do this first?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

In case there's ever "regular" Shared Projects mixed in with these projects.

@Pilchie
Copy link
Member

Pilchie commented Mar 12, 2015

👍

dpoeschl added a commit that referenced this pull request Mar 12, 2015
Support VSHPROPID_ActiveIntellisenseProjectContext
@dpoeschl dpoeschl merged commit 9cba273 into dotnet:master Mar 12, 2015
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.

Support new VSHPROPID_ActiveIntellisenseProjectContext for context switching in kproj projects

4 participants