Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Intellisense annoyance.

Intellisense annoyance.

Scheduled Pinned Locked Moved C#
visual-studiohelpquestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jon Hulatt
    wrote on last edited by
    #1

    When a build results in an error, intellisense highlights that line, with a blue wiggly underline, and a mouseover of the offending line gives a popup of the error message + explanation. How do you cancel that? I find it irritating when i then want to get the regular intellisense features as a part of fixing the error on that line. The only way i've found is a build|clean - but that makes the next build take a lot longer.

    using System.Beer;

    S 1 Reply Last reply
    0
    • J Jon Hulatt

      When a build results in an error, intellisense highlights that line, with a blue wiggly underline, and a mouseover of the offending line gives a popup of the error message + explanation. How do you cancel that? I find it irritating when i then want to get the regular intellisense features as a part of fixing the error on that line. The only way i've found is a build|clean - but that makes the next build take a lot longer.

      using System.Beer;

      S Offline
      S Offline
      Shree
      wrote on last edited by
      #2

      On the Tools menu, click Options. Select the Text Editor folder. Select the folder for the language you want to customize IntelliSense. In the Advanced property page, clear check boxes for the features that you do not want.

      J 1 Reply Last reply
      0
      • S Shree

        On the Tools menu, click Options. Select the Text Editor folder. Select the folder for the language you want to customize IntelliSense. In the Advanced property page, clear check boxes for the features that you do not want.

        J Offline
        J Offline
        Jon Hulatt
        wrote on last edited by
        #3

        I want the feature: I just want to be able to clear it, perhaps with a key combination. So that I can view the error, then once I know it, i can switch back to regular intellisense for type info etc.

        using System.Beer;

        G 1 Reply Last reply
        0
        • J Jon Hulatt

          I want the feature: I just want to be able to clear it, perhaps with a key combination. So that I can view the error, then once I know it, i can switch back to regular intellisense for type info etc.

          using System.Beer;

          G Offline
          G Offline
          GuyThiebaut
          wrote on last edited by
          #4

          Press CTRL+SHIFT+B which will re-build the solution and clear the previous errors that you fixed. :) Guy

          Continuous effort - not strength or intelligence - is the key to unlocking our potential.(Winston Churchill)
          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups