Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

237
Vistas
How to hide Intellisense "based on recent edits" suggestions?

What the title says.

I don't mind them being in the "Error List" because they're only marked as "Messages" so they can easily be filtered, but I'd like to hide the dots in the code.

over 4 years ago · Santiago Trujillo
2 Respuestas
Responde la pregunta

0

To turn off the "Based on recent edits" stuff, go to turn off IntelliCode suggestions.

Per the docs:

If you wish to turn it off, choose Tools > Options, IntelliCode General tab, and then switch C# suggestions to Disabled

enter image description here

This will turn off "Based on Recent edits" while still leaving on the other stuff like code styles/autocomplete/etc.

over 4 years ago · Santiago Trujillo Denunciar

0

How to hide Intellisense “based on recent edits” suggestions?

If you want to hide such suggestion in Intellisense(show as a dot), you should add this below on the top of every cs file:

#pragma warning disable xxx(suggestion ID)

Or use #pragma warning disable to disable every suggestion.

For an example, I have make a similar sample:

enter image description here

enter image description here

================================================================

And usually to remove that Intellisense Suggestion, you should enter Tools-->Options-->Text Editor-->C#-->Code Style and then find such suggestion message and change its Severity from Suggestion to Refactoring Only. With this, you could remove such Suggestion on Code Editor.

enter image description here

Since I did not know your specific suggestion message(based on recent edits) and the ID and also not sure whether such suggestion are in the Code Style menu, so I suggest you could try my first solution.

Note that: So far, no matter which way you suppress the suggestion, removing dot in the Code Editor will also remove the message in the Error List. They are unified, you cannot suppress the IntelliSense in the Code Editor and save the message in the Error List.

Besides, if you still want this,you could suggest a feature on our User Voice Forum.

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda