Intellisense in Visual Studio 2017 is hiding members from the autocomplete list
I am currently using Visual Studio 2017 Enterprise and I have run into a problem that I am sincerely hoping is just because I have not found the correct setting. In Visual Studio 2017 I am missing members from my Intellisense list as seen in the comparison pictures below between VS2017 and VS2015.
From the two images you can see that VS2017 is not showing the Count
property whereas VS2015 is. VS2017 is also not showing IsReadOnly
, IsSyncronized
, SyncRoot
if I scroll down it's list.
There must be something I am doing wrong, but I can't seem to get these members to show.
Here is another example comparing DataGridViewRow
members:
In this image you can see VS2017 is missing AdjustRowHeaderBorderStyle
, DataBoundItem
.
vb.net visual-studio-2015 visual-studio-2017 intellisense
add a comment |
I am currently using Visual Studio 2017 Enterprise and I have run into a problem that I am sincerely hoping is just because I have not found the correct setting. In Visual Studio 2017 I am missing members from my Intellisense list as seen in the comparison pictures below between VS2017 and VS2015.
From the two images you can see that VS2017 is not showing the Count
property whereas VS2015 is. VS2017 is also not showing IsReadOnly
, IsSyncronized
, SyncRoot
if I scroll down it's list.
There must be something I am doing wrong, but I can't seem to get these members to show.
Here is another example comparing DataGridViewRow
members:
In this image you can see VS2017 is missing AdjustRowHeaderBorderStyle
, DataBoundItem
.
vb.net visual-studio-2015 visual-studio-2017 intellisense
I'm afraid I don't have an answer for you. In VS 2017, Intellisense shows me all the items that you show in the VS 2015 screenshots. Using "Peek definition", I did notice thatCount
,IsReadOnly
,IsSyncronized
andSyncRoot
are all defined inBaseCollection
while the others are not. Perhaps that provides a clue.
– Blackwood
Nov 15 '18 at 18:06
add a comment |
I am currently using Visual Studio 2017 Enterprise and I have run into a problem that I am sincerely hoping is just because I have not found the correct setting. In Visual Studio 2017 I am missing members from my Intellisense list as seen in the comparison pictures below between VS2017 and VS2015.
From the two images you can see that VS2017 is not showing the Count
property whereas VS2015 is. VS2017 is also not showing IsReadOnly
, IsSyncronized
, SyncRoot
if I scroll down it's list.
There must be something I am doing wrong, but I can't seem to get these members to show.
Here is another example comparing DataGridViewRow
members:
In this image you can see VS2017 is missing AdjustRowHeaderBorderStyle
, DataBoundItem
.
vb.net visual-studio-2015 visual-studio-2017 intellisense
I am currently using Visual Studio 2017 Enterprise and I have run into a problem that I am sincerely hoping is just because I have not found the correct setting. In Visual Studio 2017 I am missing members from my Intellisense list as seen in the comparison pictures below between VS2017 and VS2015.
From the two images you can see that VS2017 is not showing the Count
property whereas VS2015 is. VS2017 is also not showing IsReadOnly
, IsSyncronized
, SyncRoot
if I scroll down it's list.
There must be something I am doing wrong, but I can't seem to get these members to show.
Here is another example comparing DataGridViewRow
members:
In this image you can see VS2017 is missing AdjustRowHeaderBorderStyle
, DataBoundItem
.
vb.net visual-studio-2015 visual-studio-2017 intellisense
vb.net visual-studio-2015 visual-studio-2017 intellisense
asked Nov 15 '18 at 15:33
testtest
1,48211840
1,48211840
I'm afraid I don't have an answer for you. In VS 2017, Intellisense shows me all the items that you show in the VS 2015 screenshots. Using "Peek definition", I did notice thatCount
,IsReadOnly
,IsSyncronized
andSyncRoot
are all defined inBaseCollection
while the others are not. Perhaps that provides a clue.
– Blackwood
Nov 15 '18 at 18:06
add a comment |
I'm afraid I don't have an answer for you. In VS 2017, Intellisense shows me all the items that you show in the VS 2015 screenshots. Using "Peek definition", I did notice thatCount
,IsReadOnly
,IsSyncronized
andSyncRoot
are all defined inBaseCollection
while the others are not. Perhaps that provides a clue.
– Blackwood
Nov 15 '18 at 18:06
I'm afraid I don't have an answer for you. In VS 2017, Intellisense shows me all the items that you show in the VS 2015 screenshots. Using "Peek definition", I did notice that
Count
, IsReadOnly
, IsSyncronized
and SyncRoot
are all defined in BaseCollection
while the others are not. Perhaps that provides a clue.– Blackwood
Nov 15 '18 at 18:06
I'm afraid I don't have an answer for you. In VS 2017, Intellisense shows me all the items that you show in the VS 2015 screenshots. Using "Peek definition", I did notice that
Count
, IsReadOnly
, IsSyncronized
and SyncRoot
are all defined in BaseCollection
while the others are not. Perhaps that provides a clue.– Blackwood
Nov 15 '18 at 18:06
add a comment |
1 Answer
1
active
oldest
votes
Refer to your description, I have reproduced this issue and reported this issue to the VS Product Team, please check this: VB-Windows Forms: the list members of 'DataGridView.SelectedRows.' miss some members, please add a comment and waiting for the feedback from the Product Team engineers.
Meanwhile, I found we can still use those missing members like ‘Count’ and there is no error reminder.
It's worth noting that it's not limited to justDataGridView.SelectedRows
, it also occurs on theDataGridViewRow
and I'm sure many other areas.
– test
Nov 16 '18 at 16:03
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53322803%2fintellisense-in-visual-studio-2017-is-hiding-members-from-the-autocomplete-list%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Refer to your description, I have reproduced this issue and reported this issue to the VS Product Team, please check this: VB-Windows Forms: the list members of 'DataGridView.SelectedRows.' miss some members, please add a comment and waiting for the feedback from the Product Team engineers.
Meanwhile, I found we can still use those missing members like ‘Count’ and there is no error reminder.
It's worth noting that it's not limited to justDataGridView.SelectedRows
, it also occurs on theDataGridViewRow
and I'm sure many other areas.
– test
Nov 16 '18 at 16:03
add a comment |
Refer to your description, I have reproduced this issue and reported this issue to the VS Product Team, please check this: VB-Windows Forms: the list members of 'DataGridView.SelectedRows.' miss some members, please add a comment and waiting for the feedback from the Product Team engineers.
Meanwhile, I found we can still use those missing members like ‘Count’ and there is no error reminder.
It's worth noting that it's not limited to justDataGridView.SelectedRows
, it also occurs on theDataGridViewRow
and I'm sure many other areas.
– test
Nov 16 '18 at 16:03
add a comment |
Refer to your description, I have reproduced this issue and reported this issue to the VS Product Team, please check this: VB-Windows Forms: the list members of 'DataGridView.SelectedRows.' miss some members, please add a comment and waiting for the feedback from the Product Team engineers.
Meanwhile, I found we can still use those missing members like ‘Count’ and there is no error reminder.
Refer to your description, I have reproduced this issue and reported this issue to the VS Product Team, please check this: VB-Windows Forms: the list members of 'DataGridView.SelectedRows.' miss some members, please add a comment and waiting for the feedback from the Product Team engineers.
Meanwhile, I found we can still use those missing members like ‘Count’ and there is no error reminder.
answered Nov 16 '18 at 7:41
Sara Liu - MSFTSara Liu - MSFT
2,9881713
2,9881713
It's worth noting that it's not limited to justDataGridView.SelectedRows
, it also occurs on theDataGridViewRow
and I'm sure many other areas.
– test
Nov 16 '18 at 16:03
add a comment |
It's worth noting that it's not limited to justDataGridView.SelectedRows
, it also occurs on theDataGridViewRow
and I'm sure many other areas.
– test
Nov 16 '18 at 16:03
It's worth noting that it's not limited to just
DataGridView.SelectedRows
, it also occurs on the DataGridViewRow
and I'm sure many other areas.– test
Nov 16 '18 at 16:03
It's worth noting that it's not limited to just
DataGridView.SelectedRows
, it also occurs on the DataGridViewRow
and I'm sure many other areas.– test
Nov 16 '18 at 16:03
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53322803%2fintellisense-in-visual-studio-2017-is-hiding-members-from-the-autocomplete-list%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I'm afraid I don't have an answer for you. In VS 2017, Intellisense shows me all the items that you show in the VS 2015 screenshots. Using "Peek definition", I did notice that
Count
,IsReadOnly
,IsSyncronized
andSyncRoot
are all defined inBaseCollection
while the others are not. Perhaps that provides a clue.– Blackwood
Nov 15 '18 at 18:06