Current filter:
                                You should refresh the page.
                                0
                                  • See subject

                                    Steps to Reproduce:

                                    Type the following (miss out | as this represents the caret)

                                    -------------------------------------------------------------

                                            Dim SomeVar As Object

                                            Dim X As String = CType(SomeVar, String).|

                                    -------------------------------------------------------------

                                    Then down arrow to select a member using intellisense.

                                    Then hit space.

                                    Actual Results:

                                    The following code results

                                    -------------------------------------------------------------

                                            Dim SomeVar As Object

                                            Dim X As String = CType(SomeVar, String) '

                                    -------------------------------------------------------------

                                    Note the ' insteand of the selected member

                                You must  log in  or  register  to leave an answer

                                Is your intention to post an answer to your own question?

                                • If so, then proceed.
                                • If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
                                • If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.