I just tried this and I think
1) This is by design -- VB allows you to import types as well as namespaces. For example,
Imports System.Char
allows you to use the method "IsControl" without the "Char."
2) This works on my build of VS2005. It shows only attributes or namespaces that contain them. Perhaps it
could be a bit smarter and show only attributes that are valid on the type you are putting them on, but it isn't
that clever. You could log a suggestion in betaplace.
Thanks
Dan [ms]
--
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| >From: "Dan" <danmose@remove.this.stuff.microsoft.com>
| >Newsgroups: microsoft.public.vsnet.general
| >Subject: Re: Where can i suggest little improvments for vs 2005
| >Date: Sun, 30 May 2004 02:41:46 -0700
| >Organization: Posted via Supernews,
http://www.supernews.com | >Message-ID: <10bjb1sgu9hdt3d@corp.supernews.com>
| >Reply-To: "Dan" <danmose@remove.this.stuff.microsoft.com>
| >References: <6E8CB2FF-EF94-44B7-860C-951BCBF5FFEB@microsoft.com> <uGcTJJUREHA.4016
@TK2MSFTNGP12.phx.gbl>
| >X-Priority: 3
| >X-MSMail-Priority: Normal
| >X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
| >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
| >X-Complaints-To: abuse@supernews.com
| >Lines: 45
| >Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-
online.de!t-online.de!border2.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!
nntp.giganews.com!news.glorb.com!tdsnet-transit!newspeer.tds.net!sn-xit-02!sn-xit-06!sn-post-01!
supernews.com!corp.supernews.com!not-for-mail
| >Xref: cpmsftngxa10.phx.gbl microsoft.public.vsnet.general:19431
| >X-Tomcat-NG: microsoft.public.vsnet.general
| >
| >I'll also log both of these internally myself as they're good suggestions.
| >
| >It seems like C# gets the first one right, but the second one wrong.
| >
| >Please keep the feedback coming, and yes betaplace is the best place to go
| >because it goes directly into the product team bug databases. In future
| >months I believe we'll be improving betaplace to give you much more insight
| >into what happens to your issues.
| >
| >Thanks,
| >Dan [ms]
| >
| >--
| >This posting is provided "AS IS" with no warranties, and confers no rights.
[quoted text, click to view] | >"Anand N [MVP]" <anand_n_mvpnospams@redifmail.com> wrote in message
| >news:uGcTJJUREHA.4016@TK2MSFTNGP12.phx.gbl...
| >> Hello Jose,
| >>
| >> If you are a member of the VS.NET 2005 betaplace you can post
| >> your feedback by logging into your area.
| >>
| >> --
| >> Regards,
| >> Anand Narayanaswamy
| >> Microsoft MVP
| >> Chief Executive
| >> NetAns Technologies
| >>
http://www.netans.com | >>
| >> Affordable Web Hosting Services
[quoted text, click to view] | >> "Jose Flores" <anonymous@discussions.microsoft.com> wrote in message
| >> news:6E8CB2FF-EF94-44B7-860C-951BCBF5FFEB@microsoft.com...
| >> > i'm a vb developer and i'd like two things about intellisense
| >> >
| >> > when i write Imports Sytem.... i'd like intelisense show me only
| >> namespaces
| >> > the same when i use attributes with <.... it should be better if it
| >shows
| >> me only attributes classes.
| >> >
| >> > Thank you.
| >>
| >>
| >
| >
| >