Good to see improvement on this nice feature.
rhm wrote:I was amazed at first watching this video. At about the 9 min mark they start talking about how the Orcas editor prompts with variable names at the start of lines whereas you supposedly had to type them in verbatim in previous versions. That's not true at all and I'm wondering if the *PM* of the editor team doesn't know their own product very well or if they are intentionally misleading us to make Oracs look like more of an improvement than it actually is.
rhm wrote:As for keyword completion... the keywords are not that long to type and how bad a programmer would you have to be to not remember the keywords for your language of choice? The help-tips are nice for beginners as well, but I hope there's a way to turn them off.
Ben Amada wrote:rhm wrote:I was amazed at first watching this video. At about the 9 min mark they start talking about how the Orcas editor prompts with variable names at the start of lines whereas you supposedly had to type them in verbatim in previous versions. That's not true at all and I'm wondering if the *PM* of the editor team doesn't know their own product very well or if they are intentionally misleading us to make Oracs look like more of an improvement than it actually is.In VS2005, I have to type the complete variable name -- there is no intellisense showing me previously declared variables. Is there some setting in VS2005 to enable what you are referring to?
rhm wrote: Ben Amada wrote: rhm wrote: I was amazed at first watching this video. At about the 9 min mark they start talking about how the Orcas editor prompts with variable names at the start of lines whereas you supposedly had to type them in verbatim in previous versions. That's not true at all and I'm wondering if the *PM* of the editor team doesn't know their own product very well or if they are intentionally misleading us to make Oracs look like more of an improvement than it actually is.In VS2005, I have to type the complete variable name -- there is no intellisense showing me previously declared variables. Is there some setting in VS2005 to enable what you are referring to?Yes, as I said in my comment, even going back to 2003 you could use ctrl-space to activate intellisence anywhere.Try:Dim aVariable As StringThen type "a" and hit ctrl-space. It's not as neat as what's been shown for orcas because the popup includes every symbol in scope that starts with the letter 'a'. But it will autocomplete when you've typed enough characters to disambiguate. In the example above typing "av" and hitting ctrl-space will complete the variable name because it's the only symbol in scope that starts with "av".
Ben Amada wrote: rhm wrote: I was amazed at first watching this video. At about the 9 min mark they start talking about how the Orcas editor prompts with variable names at the start of lines whereas you supposedly had to type them in verbatim in previous versions. That's not true at all and I'm wondering if the *PM* of the editor team doesn't know their own product very well or if they are intentionally misleading us to make Oracs look like more of an improvement than it actually is.In VS2005, I have to type the complete variable name -- there is no intellisense showing me previously declared variables. Is there some setting in VS2005 to enable what you are referring to?
rhm wrote: I was amazed at first watching this video. At about the 9 min mark they start talking about how the Orcas editor prompts with variable names at the start of lines whereas you supposedly had to type them in verbatim in previous versions. That's not true at all and I'm wondering if the *PM* of the editor team doesn't know their own product very well or if they are intentionally misleading us to make Oracs look like more of an improvement than it actually is.