Intellisense in Visual Studio 2017 is hiding members from the autocomplete list












1















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.



VS2017 DataGridViewSelectedRowCollection



VS2015 DataGridViewSelectedRowCollection



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:



VS2017 vs VS2015 DataGridViewRow



In this image you can see VS2017 is missing AdjustRowHeaderBorderStyle, DataBoundItem.










share|improve this question























  • 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


















1















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.



VS2017 DataGridViewSelectedRowCollection



VS2015 DataGridViewSelectedRowCollection



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:



VS2017 vs VS2015 DataGridViewRow



In this image you can see VS2017 is missing AdjustRowHeaderBorderStyle, DataBoundItem.










share|improve this question























  • 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
















1












1








1








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.



VS2017 DataGridViewSelectedRowCollection



VS2015 DataGridViewSelectedRowCollection



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:



VS2017 vs VS2015 DataGridViewRow



In this image you can see VS2017 is missing AdjustRowHeaderBorderStyle, DataBoundItem.










share|improve this question














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.



VS2017 DataGridViewSelectedRowCollection



VS2015 DataGridViewSelectedRowCollection



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:



VS2017 vs VS2015 DataGridViewRow



In this image you can see VS2017 is missing AdjustRowHeaderBorderStyle, DataBoundItem.







vb.net visual-studio-2015 visual-studio-2017 intellisense






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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 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



















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














1 Answer
1






active

oldest

votes


















0














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.






share|improve this answer
























  • 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











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
});


}
});














draft saved

draft discarded


















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









0














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.






share|improve this answer
























  • 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
















0














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.






share|improve this answer
























  • 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














0












0








0







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.






share|improve this answer













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.







share|improve this answer












share|improve this answer



share|improve this answer










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 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

















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


















draft saved

draft discarded




















































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.




draft saved


draft discarded














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





















































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







這個網誌中的熱門文章

Hercules Kyvelos

Tangent Lines Diagram Along Smooth Curve

Yusuf al-Mu'taman ibn Hud