Results 1 to 15 of 15

Thread: Killing Intellesense

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2004
    Location
    Middle of nowhere
    Posts
    45

    Killing Intellesense

    Hey, im using "microsoft visual studio.net" Intellesense is driving me insane... Anyone know how to turn it off? be your best friend if you do... Its ruining my code.

    Please. save me...

    ---Flac
    Everything great once started with the words "That will never catch on, you shouldnt even bother" be great, go against the crowed, do something stupid, you might become famous.

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    To turn IntelliSense options off by default

    1-On the Tools menu, click Options.
    2-Select the Text Editor folder.
    3-Select the folder for the language you want to customize IntelliSense.
    4-Select a property page for the language and clear check boxes for the options that you do not want.

  3. #3

    Thread Starter
    Member
    Join Date
    Mar 2004
    Location
    Middle of nowhere
    Posts
    45
    Thanks a bunch, i appriciate it
    Everything great once started with the words "That will never catch on, you shouldnt even bother" be great, go against the crowed, do something stupid, you might become famous.

  4. #4
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489
    ôô Someone made a friend ôô

  5. #5
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Wow, I have never heard someone say they didn't like intellesense.

    To each his own, but I couldn't live without it.

  6. #6
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682
    each to his own indeed...

    VB programmers are often indifferent to it, although it was improved infinitely from VB6, I love it. C# coders (like me) love it because it is too cool for school. (I, personally, am Fonzy cool)

    C++ coders regularly curse it into the dirt for being an abomination, the likes of which have not been seen since Keith Chegwin.

    In VS.net intellisense is a massively variable entity. I would like to know what J# (ptooie!) coders think of it.
    I don't live here any more.

  7. #7
    Fanatic Member carlblanchard's Avatar
    Join Date
    Sep 2003
    Location
    Bournemouth (UK)
    Posts
    539
    umm this is a very interesting post Flac your a new member to this forum are you a new member to the .net generation ????

    If so you should use Intellisense as it will save you a **** load of time, other than posting questions on here

    Can i ask what dont you like about it ???
    I am curretly building a defect management system for software and web developers,
    If you wana try it out (beta test) and keep it for free just send me a message

  8. #8

    Thread Starter
    Member
    Join Date
    Mar 2004
    Location
    Middle of nowhere
    Posts
    45
    at the time of this request i was in the middle of a school project(Taking VB in school on top of at home study) project was asking me to do something, and the intellesense kept defaulting to something else other then what i wanted. Under normal circomstances intellesense isnt that bad, i really dont use it though unless i dont know the code. I prefer typing things in then choosing from a list, i get a flow going and it annoyed me that i kept having to go back and change what intellesense changed my work to.

    So in order to save me a hassel while work i decided to turn it off for that project....

    So ya, if that makes sense to you thats my reasoning.

    ---Flac
    Everything great once started with the words "That will never catch on, you shouldnt even bother" be great, go against the crowed, do something stupid, you might become famous.

  9. #9
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489
    well, you don't HAVE to choose from the list. You can keep on typing and it will not choose FOR you. The only time the feature types ANYTHING for you is if you press tab(that keeps you on the same line) or if you press ENTER (that fills out the code and puts you on another line).

    You said it was putting in defaults? I don't quite understand how it's doing that unless you press the TAB key or the ENTER key.

    Even if you don't choose to use the list, it is a GREAT reminder of what members are available to you for a given class. I couldn't live without it cause I would get get stuck using the same members over and over and probably forget about some really cool functions or properties.

    There IS one thing that is annoying however....sometimes when you are about to select a member, the description and constructors seem to cover up your workspace a little too much. That's annoying to me cause I can't see what I'm doing

  10. #10
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    And another advantage of turning Intellesense off is , it doesn't set you MS IDE slave . Then you can choose and happily work on any other editor or IDE that doesn't provide Intellesense . This is my view point , but as the other said , I couldn't live without it ....

  11. #11
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489
    Here is something else I found that's inside the MSDN included with your vs.net install

    ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/vsintro7/html/vchowIntelliSenseOnDemand.htm

    not sure if the hyperlink I provided will work. if not, look up "modifying Intellisense Options" in the msdn.

  12. #12
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    Originally posted by Pirate
    And another advantage of turning Intellesense off is , it doesn't set you MS IDE slave . Then you can choose and happily work on any other editor or IDE that doesn't provide Intellesense . This is my view point , but as the other said , I couldn't live without it ....
    That's the silliest thing I've heard in a long time (not stouid, just silly)... Intellisense doesn't mean you HAVE to use the VS IDE... you could do it in Notepad for all the compiler cares.... doesn't matter if it's turned on or off...

    TG
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  13. #13
    Addicted Member Hole-In-One's Avatar
    Join Date
    Mar 2003
    Location
    Minnesota
    Posts
    195
    I think what Pirate was saying is that without the intellisense in VS many people would be lost. If they tried using another IDE without it, they would have a tough time.

  14. #14

    Thread Starter
    Member
    Join Date
    Mar 2004
    Location
    Middle of nowhere
    Posts
    45
    Wow... you people really know how to turn a simple question into a huge debate dont you? i was hardly expecting to get one reply to my question, let alone 3 pages
    Everything great once started with the words "That will never catch on, you shouldnt even bother" be great, go against the crowed, do something stupid, you might become famous.

  15. #15
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by techgnome
    That's the silliest thing I've heard in a long time (not stouid, just silly)... Intellisense doesn't mean you HAVE to use the VS IDE... you could do it in Notepad for all the compiler cares.... doesn't matter if it's turned on or off...
    TG
    lol , I know you can write your app in notepad or any text editor and then compile with the free compiler that comes with .NET SDK . It's hard when someone gets used to this Intellisense and suddenly work without .

    Hole-In-One , thanks for clarification....

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