CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Dec 2005
    Location
    Ukraine, Kiev
    Posts
    55

    Question Simple question about VB IntelliSense specifics

    Hi all!

    I just have a simple question. How to turn off VB-feature of underlining incorrect code? I tried to turn off all check boxes in Options Dialog(Text Editor->Basic->Basic Specifics), but in vain. I use VS 2005. It is needed for improving perfomance just a bit. How to do THIS?
    Thanks in advance,
    AAP

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: Simple question about VB IntelliSense specifics

    Have you tried turning
    Option Explicit off ¿

  3. #3
    Join Date
    Dec 2005
    Location
    Ukraine, Kiev
    Posts
    55

    Re: Simple question about VB IntelliSense specifics

    Yes, I just tried it, but this doesn't work. Any other suggestions?

  4. #4
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: Simple question about VB IntelliSense specifics

    With Some settings in the IDE, you need to Exit VB, and go back into VB, in order for the changes to be applied. Try it, if that doesn't work, then I'm stumped

  5. #5
    Join Date
    Dec 2005
    Location
    Ukraine, Kiev
    Posts
    55

    Red face Re: Simple question about VB IntelliSense specifics

    Now I tried to turn off the check-boxes and re-enter VB-environment, but and this didn't have any effect ! Well, now I really don't know if it possible to turn off this "feature" in VB, but I think it just should be. Is there any ideas left?

  6. #6
    Join Date
    Jul 2005
    Location
    Sydney, Australia
    Posts
    1,080

    Re: Simple question about VB IntelliSense specifics

    I have to say, I don't know why you would want to. You can't compile your code with errors in it, so if they aren't flagged beforehand you don't know there are errors then you have to wait for the compiler to try to build your project to find the errors. I've heard many a C# developer lament the fact that C# doesn't have incremental compilation. This is a great feature and I can't think of any reason you would want to disable it. To each their though.
    Tutorials: Home & Learn | Start VB.NET | Learn VB.NET | C# Station | GotDotNet | Games in VB.NET 101 Samples: 2002 | 2003 | 2005 | More .NET 2.0 (VB.NET, C#) Articles: VB.NET | C# | ASP.NET | MoreFree Components: WFC | XPCC | ElementsEx | VBPP | Mentalis | ADO.NET/MySQL | VisualStyles | Charting (NPlot, ZedGraph) | iTextSharp (PDF) | SDF (CF) ● Free Literature: VB 2005 (eBook) | VB6 to VB.NET (eBook) | MSDN Magazine (CHM format) ● Bookmarks: MSDN | WinForms .NET | ASP.NET | WinForms FAQ | WebForms FAQ | GotDotNet | Code Project | DevBuzz (CF) ● Code Converter: C#/VB.NET | VB.NET/C# | VS 2005 add-in

  7. #7
    Join Date
    Dec 2005
    Location
    Ukraine, Kiev
    Posts
    55

    Red face Re: Simple question about VB IntelliSense specifics

    I work with a very great projest which includes more than 25 VB-projects and about 400000 lines of code. Now you can imagine what happens when I load my solution in VS 2005. Therefore I appreciate perfomance very much in this case. One of the ways to increase performance just a bit is to decrease the background compilation. The mentioned VB-feature is a part of this compilation. And that's why I have started this thread. I would like to disable the feature.

  8. #8
    Join Date
    Jul 2005
    Location
    Sydney, Australia
    Posts
    1,080

    Re: Simple question about VB IntelliSense specifics

    Now I know why you would want to. I guess I've never worked with solutions that big before.
    Tutorials: Home & Learn | Start VB.NET | Learn VB.NET | C# Station | GotDotNet | Games in VB.NET 101 Samples: 2002 | 2003 | 2005 | More .NET 2.0 (VB.NET, C#) Articles: VB.NET | C# | ASP.NET | MoreFree Components: WFC | XPCC | ElementsEx | VBPP | Mentalis | ADO.NET/MySQL | VisualStyles | Charting (NPlot, ZedGraph) | iTextSharp (PDF) | SDF (CF) ● Free Literature: VB 2005 (eBook) | VB6 to VB.NET (eBook) | MSDN Magazine (CHM format) ● Bookmarks: MSDN | WinForms .NET | ASP.NET | WinForms FAQ | WebForms FAQ | GotDotNet | Code Project | DevBuzz (CF) ● Code Converter: C#/VB.NET | VB.NET/C# | VS 2005 add-in

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured