Thread: intellisense

  1. #1
    odd
    Guest

    intellisense

    I'm finding the intellisense feature of VS.NET to be
    slow when programming in C# compared to VB.NET.

    anyone else ?

    is it because C# does late binding ?

  2. #2
    Registered Luser
    Join Date
    Apr 2003
    Posts
    17
    delay?

    (is my machine faster than yours?)

  3. #3
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Never noticed that. But then, I don't have any delay with C#...

    Anyway, if it happens then not because of binding issues. First, it doesn't affect the IDE, second, VB.Net and C# do exactly the same thing at runtime, they are actually the same at runtime (MSIL bytecode).
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Visual studio - intellisense - auto completion
    By nacho4d in forum C++ Programming
    Replies: 5
    Last Post: 06-02-2009, 09:50 AM
  2. Updating MS Visual C++ 6.0 intellisense
    By Joelito in forum Tech Board
    Replies: 0
    Last Post: 07-07-2007, 08:46 PM
  3. IntelliSense
    By willkoh in forum Windows Programming
    Replies: 1
    Last Post: 09-28-2005, 02:47 PM
  4. Intellisense with Visual Studio Beta
    By silk.odyssey in forum Windows Programming
    Replies: 0
    Last Post: 08-24-2004, 05:37 PM
  5. VC++ IntelliSense (showing class members)
    By _Elixia_ in forum Tech Board
    Replies: 0
    Last Post: 08-02-2003, 01:14 PM