Visual studio не подчеркивает ошибки

My Visual Studio (2008) Editor has stopped to underline Errors (this nifty wavy red lines). I can't really tell when, but it can be related to the installation of .Net Framework 3.5 SP 1 or the MVC...

My Visual Studio (2008) Editor has stopped to underline Errors (this nifty wavy red lines). I can’t really tell when, but it can be related to the installation of .Net Framework 3.5 SP 1 or the MVC Beta (which I guess is unlikely). Furthermore have I installed and uninstalled both CodeRush and Resharper for evaluation purposes (decided not to keep either one of them).

Does anyone know the problem and how to restore this functionality again?

Eddie's user avatar

Eddie

53.5k22 gold badges124 silver badges144 bronze badges

asked Nov 6, 2008 at 7:21

Mats's user avatar

3

Have you checked ToolsOptions...Text EditorC#AdvancedUnderline errors in the editor?

I usually like to reset my settings after messing around with plugins, as they tend to mess with settings: ToolsImport and Export Settings...Reset all settings.

Spooky's user avatar

Spooky

2,9668 gold badges27 silver badges41 bronze badges

answered Nov 6, 2008 at 7:27

sontek's user avatar

sonteksontek

11.9k12 gold badges49 silver badges61 bronze badges

10

About possible causes.

For VS 2012 and 2013 if you have more than one instance of Visual Studio on different machines binded to one «live» account and have installed ReSharper on one of them, it disables the native IntelliSense and error underlines (to replace by it’s own rules) that will be synchronised through your account to another machine without ReSharper.

answered May 31, 2014 at 20:29

SerG's user avatar

SerGSerG

1,2414 gold badges18 silver badges35 bronze badges

2

Found it in Visual Studio 2019 as: Tools > Options > Text Editor > General > Show error squiggles

answered Jan 19, 2021 at 9:22

Jan Macháček's user avatar

This is generally called Disable Squiggly or Wavy lines in Visual Studio.

How you will do in Visual studio 2013?

TOOLS -> Options… -> Text Editor -> C/C++ -> Advanced -> Disable Squiggles: True/False (Under IntelliSense) -> Press OK

answered Sep 22, 2016 at 12:12

Kulamani's user avatar

KulamaniKulamani

4996 silver badges13 bronze badges

0

I know its an old question, and with various solutions, but I have fixed it in different way. I’m working with Unity3D on my C# code using VS2017, when suddenly VS decides to stop underlining error while im typing. However, if I close the file tab and reopen, it suddenly undelines the error.

For example:

class A { 
public int x; 
s;
}

should obvsiouly give an error for that lonely ‘s’ symbol. But, VS doesn’t underline it until I close and reopen this file tab.

Solution:
Copied the entire Unity Project folder (which is like a regular VS Solution folder basically) and worked with the new folder, which issue was gone there.

answered Sep 29, 2018 at 19:34

Magmus's user avatar

MagmusMagmus

1871 silver badge11 bronze badges

For visual studio 2017 act according to HeeJae’s comments in:

https://developercommunity.visualstudio.com/content/problem/113112/design-time-error-checking-isnt-working.html

i.e:

Hi. you are probably hitting a known issue. can you try this?

1.Update to latest release If that doesn’t solve it

2.Go to ToolsOptionsProjects and SolutionsGeneral and uncheck “Allow parallel project initialization”.

3.Close VS.

4.Delete the “.vs” directory beside their solution file.

5.Reopen VS.

..

thank you

You can re-enable the «Allow parallel project initialization» option after the issue was solved.

I tried to upgrade VS, reset VS settings, clear VS cache and everything people do conventionally but none of them solved this issue! At the end the mentioned solution worked for me magically.

Good luck

answered Apr 3, 2019 at 0:57

user3578181's user avatar

user3578181user3578181

1,8562 gold badges16 silver badges12 bronze badges

Unloading and loading same project again from the solution does the trick. Just right click on the project and click «Unload Project». Once unloaded, again right click the same project and click «Reload Project». Error highlighting will return.

answered May 19, 2020 at 23:30

Noor ul Ain's user avatar

Noor ul AinNoor ul Ain

1642 silver badges16 bronze badges

I had the same issue with 2017. There was a ‘disable intelisense’ option, make sure that is set to false.

answered Jun 8, 2018 at 19:13

user341599's user avatar

For everyone wondering in 2021..

search for «C_Cpp.errorSquiggles» in the settings.

Make sure to have it active for the user, as well as the workspace.
No need to restart Visual Studio.

answered Jan 13, 2021 at 11:40

Microwave_Woodchuck's user avatar

1

For me (VS 2019) , after trying the other answers also, setting the scope of analysis from «Current document» to Open document» brought back the missing error markers enter image description here

answered Sep 2, 2021 at 11:19

Stephan Kuhn's user avatar

Just go to settings and search for errors and Image in Error Squiggles. You can see the Error squiggles (Modified: Workspace — Right now you can’t see it because I modified it). Just click on modified and you will see the disabled option. If by mistake you disabled it, just enable it and you can see the red line errors again in your code.

ouflak's user avatar

ouflak

2,43810 gold badges43 silver badges49 bronze badges

answered Sep 20, 2021 at 16:13

Naman Goyal's user avatar

In latest edition, check for .vscode folder in same project folder. There will be a setting.json file in that. Delete the key value pair of "C_Cpp.errorSquiggles": "Disabled". Restart the vs code.

answered Jul 27, 2022 at 5:14

Sahil Rajpal's user avatar

0 / 0 / 0

Регистрация: 18.03.2021

Сообщений: 4

1

VS 2019

18.03.2021, 10:36. Показов 13843. Ответов 18


Добрый день!

Вчера перестало работать подчёркивание ошибок. IntelliSense показывает инфу по типам переменных, функциям и т.д., но подчёркивания ошибок нет. Любая чушь, введённая в поле с кодом, будет приниматься программой и в списке ошибок будет писаться «Проблемы не найдены» до того момента, пока не проведёшь отладку. Менял настройки по советам из интернета, сбрасывал настройки полностью, перезагружал и студию и комп несколько раз. Результата нет. Может быть, кто-то с этим сталкивался? Не хотелось бы сносить VS и ставить заново, но пока других вариантов я не вижу

__________________
Помощь в написании контрольных, курсовых и дипломных работ, диссертаций здесь



0



1880 / 1698 / 366

Регистрация: 17.02.2019

Сообщений: 2,706

18.03.2021, 11:22

2

forMax, а так пробовали

Кликните здесь для просмотра всего текста

Не подчёркиваются ошибки в Visual Studio 2019



0



0 / 0 / 0

Регистрация: 18.03.2021

Сообщений: 4

18.03.2021, 12:01

 [ТС]

3

Да, пробовал. Не помогает. Он не только не подчёркивает ошибки, но и не проверяет правильность кода при написании — то есть внизу будет указано 0 ошибок, даже если они есть и они очевидны



0



1880 / 1698 / 366

Регистрация: 17.02.2019

Сообщений: 2,706

18.03.2021, 13:24

4

Лучший ответ Сообщение было отмечено forMax как решение

Решение

Может через Visual Studio Installer попробовать восстановить

Кликните здесь для просмотра всего текста

Не подчёркиваются ошибки в Visual Studio 2019



1



0 / 0 / 0

Регистрация: 18.03.2021

Сообщений: 4

18.03.2021, 15:12

 [ТС]

5

January29, спасибо, это помогло. Но частично. Теперь в новых проектах подсказки и исправления работают. А вот в старых, увы, проблема осталась. Благо, их у меня пока немного



0



1880 / 1698 / 366

Регистрация: 17.02.2019

Сообщений: 2,706

18.03.2021, 15:24

6

Лучший ответ Сообщение было отмечено OwenGlendower как решение

Решение

Цитата
Сообщение от forMax
Посмотреть сообщение

А вот в старых, увы, проблема осталась.

Странно, наверно там когда ошибки, записывает какой то файл с ошибками. Может быть, я точно не знаю.
Попробуйте очистить и пересобрать проект.



1



0 / 0 / 0

Регистрация: 18.03.2021

Сообщений: 4

19.03.2021, 10:05

 [ТС]

7

January29, очистил, пересобрал и…. Оно заработало как надо. Спасибо огромное за помощь



0



1880 / 1698 / 366

Регистрация: 17.02.2019

Сообщений: 2,706

19.03.2021, 10:28

8

forMax, не за что я рад что заработало



0



фрилансер

4488 / 3997 / 872

Регистрация: 11.10.2019

Сообщений: 10,526

19.03.2021, 15:47

9

January29, это лечится (возможно) так:

в любом открытом файле правой кнопкой мыши —

Не подчёркиваются ошибки в Visual Studio 2019



0



1880 / 1698 / 366

Регистрация: 17.02.2019

Сообщений: 2,706

19.03.2021, 16:32

10

Алексей1153, Вот что то нет у меня вот этого

Не подчёркиваются ошибки в Visual Studio 2019



0



фрилансер

4488 / 3997 / 872

Регистрация: 11.10.2019

Сообщений: 10,526

19.03.2021, 16:58

11

January29, нуу, я не знаю, почему так )



0



Администратор

Эксперт .NET

15259 / 12296 / 4907

Регистрация: 17.03.2014

Сообщений: 24,903

Записей в блоге: 1

20.03.2021, 09:42

12

Цитата
Сообщение от Алексей1153
Посмотреть сообщение

в любом открытом файле правой кнопкой мыши —

Это вроде только для С/С++ файлов.



0



1 / 1 / 0

Регистрация: 30.11.2021

Сообщений: 4

21.01.2023, 10:28

13

Такая же проблема появилась на версии 2022 17.
Ничего не помогает. Удалял полностью. Сбрасывал настройки. Устанавливал заново. Не подчеркивает, пишет, что 0 ошибок в коде, но при компиляции пишет ошибки.
Не понятно что такое



0



1880 / 1698 / 366

Регистрация: 17.02.2019

Сообщений: 2,706

21.01.2023, 14:32

14

Цитата
Сообщение от Tsarst
Посмотреть сообщение

Не подчеркивает, пишет, что 0 ошибок в коде

Пробовали с поста 2. Попробуйте через Visual Studio Installer восстановить студию, как в посте 4.
Может собачка зарыта в скрытой папке .vs, удалите её или переименуйте если не хотите удалять.
Но я думаю проект не так запускаете.
Ещё может быть наверно цвет волнистой линии для ошибок изменен в цвет фона.
Скриншот бы увидеть, с кодом и где ошибки.



0



1 / 1 / 0

Регистрация: 30.11.2021

Сообщений: 4

21.01.2023, 15:38

15

Цитата
Сообщение от January29
Посмотреть сообщение

Пробовали с поста 2.

Пробовал. Галка уже стоит. Пробовал убирать и заново ставить

Цитата
Сообщение от January29
Посмотреть сообщение

Попробуйте через Visual Studio Installer восстановить студию

Восстанавливал и переустанавливал несколько раз. Как будто настройка где-то сохраняется в другом месте.

Цитата
Сообщение от January29
Посмотреть сообщение

Может собачка зарыта в скрытой папке .vs, удалите её или переименуйте если не хотите удалять.
Но я думаю проект не так запускаете.

В инете видел этот совет и удалял. Дело в том, что не подчеркивает ошибки не просто в старом проекте, но и в новых.

Цитата
Сообщение от January29
Посмотреть сообщение

Ещё может быть наверно цвет волнистой линии для ошибок изменен в цвет фона.

Про это тоже читал. Менял цветовую схему на другую и возвращал обратно.
Где именно цвет подчеркивания менять?

Миниатюры

Не подчёркиваются ошибки в Visual Studio 2019
 



0



1880 / 1698 / 366

Регистрация: 17.02.2019

Сообщений: 2,706

21.01.2023, 18:01

16

Tsarst, кажись нашел пробуйте
Путь к проблеме в строке меню в верху
Средства > Параметры…,
Текстовый редактор > C# > Дополнительно, переходим на право и там Показывать ошибки и предупреждения компилятора для: установить Текущий документ

Скрин

Не подчёркиваются ошибки в Visual Studio 2019



1



1 / 1 / 0

Регистрация: 30.11.2021

Сообщений: 4

21.01.2023, 18:40

17

Это то, что надо! Спасибо.



0



1880 / 1698 / 366

Регистрация: 17.02.2019

Сообщений: 2,706

21.01.2023, 18:52

18

Цитата
Сообщение от Tsarst
Посмотреть сообщение

Это то, что надо!

а что там было, если не секрет?



0



1 / 1 / 0

Регистрация: 30.11.2021

Сообщений: 4

21.01.2023, 18:56

19

Эта настройка была выключена. Установил на текущий документ, стало всё подчёркивать, показывать опечатки



1



IT_Exp

Эксперт

87844 / 49110 / 22898

Регистрация: 17.06.2006

Сообщений: 92,604

21.01.2023, 18:56

19

I recently upgraded from Visual Studio 2012 to 2017 (updated to version 15.3.5) and have some issues with the IDE.

In a certain project, I don’t get error underlining.

enter image description here

and in the Error List pane, «Build Only» actually shows more information than «Build + IntelliSense»

enter image description here

Also, with «Build + IntelliSense» selected, I can only see the compiler error in the Output window. Here is the error list after a failed build

enter image description here

but the output window has this:

3>—— Build started: Project: …, Configuration: Debug Any CPU ——

3>C:Checkout…MainForm.vb(454,27): error BC30311: Value of type ‘Module1.aClass’ cannot be converted to ‘Module1.bClass’.

This doesn’t happen on all projects. I made a new project to see if I could reproduce, and I can’t. Here is a new project with the same code, where the error is underlined in code and «Build + IntelliSense» works.

enter image description here

I have even sorted the xml in the vbproj files and «diffed» the offending project vs the new project, and there is no obvious difference which would cause this. Both reference the same compiler. Both projects target .Net 4.6.2 and are set to compile for x86 only. The offending project references a few other projects (C# and VB.Net) plus a third party dll and a nuget package. Aside from these differences there is nothing else.

Other projects (C# and VB.Net) in the offending project’s solution work fine.

I have seen similar issues talked about online but no fixes have worked for me. I have tried the «Repair» option in the installer. I then uninstalled Visual Studio and reinstalled.

Update:

Changing the target framework seems to have some effect. A project with this behavior was targeting 4.6.2 and showing no errors, and when it was changed to 4.7, it showed a compile error. Then changing back to 4.5 it showed an error. Then changing back to 4.6.2 it showed no errors. Repeating the process proved to be non repeatable. 4.7, 4.5, 4.6, 4.6.2 — whatever, now all show no errors.

It’s also important to link this Microsoft page https://developercommunity.visualstudio.com/content/problem/7759/no-errors-displayed-in-the-error-list.html as many other people seem to have a similar issue.

I recently upgraded from Visual Studio 2012 to 2017 (updated to version 15.3.5) and have some issues with the IDE.

In a certain project, I don’t get error underlining.

enter image description here

and in the Error List pane, «Build Only» actually shows more information than «Build + IntelliSense»

enter image description here

Also, with «Build + IntelliSense» selected, I can only see the compiler error in the Output window. Here is the error list after a failed build

enter image description here

but the output window has this:

3>—— Build started: Project: …, Configuration: Debug Any CPU ——

3>C:Checkout…MainForm.vb(454,27): error BC30311: Value of type ‘Module1.aClass’ cannot be converted to ‘Module1.bClass’.

This doesn’t happen on all projects. I made a new project to see if I could reproduce, and I can’t. Here is a new project with the same code, where the error is underlined in code and «Build + IntelliSense» works.

enter image description here

I have even sorted the xml in the vbproj files and «diffed» the offending project vs the new project, and there is no obvious difference which would cause this. Both reference the same compiler. Both projects target .Net 4.6.2 and are set to compile for x86 only. The offending project references a few other projects (C# and VB.Net) plus a third party dll and a nuget package. Aside from these differences there is nothing else.

Other projects (C# and VB.Net) in the offending project’s solution work fine.

I have seen similar issues talked about online but no fixes have worked for me. I have tried the «Repair» option in the installer. I then uninstalled Visual Studio and reinstalled.

Update:

Changing the target framework seems to have some effect. A project with this behavior was targeting 4.6.2 and showing no errors, and when it was changed to 4.7, it showed a compile error. Then changing back to 4.5 it showed an error. Then changing back to 4.6.2 it showed no errors. Repeating the process proved to be non repeatable. 4.7, 4.5, 4.6, 4.6.2 — whatever, now all show no errors.

It’s also important to link this Microsoft page https://developercommunity.visualstudio.com/content/problem/7759/no-errors-displayed-in-the-error-list.html as many other people seem to have a similar issue.

@alexdima
these are mine settings

{
  "breadcrumbs.filePath": "off",
  "breadcrumbs.symbolPath": "off",
  "editor.acceptSuggestionOnEnter": "smart",
  "editor.colorDecorators": false,
  "editor.cursorBlinking": "smooth",
  "editor.cursorStyle": "line-thin",
  "editor.detectIndentation": false,
  "editor.fontSize": 12,
  "editor.hover.enabled": false,
  "editor.minimap.renderCharacters": false,
  "editor.multiCursorModifier": "ctrlCmd",
  "editor.scrollBeyondLastLine": false,
  "editor.snippetSuggestions": "top",
  "editor.tabSize": 2,
  "editor.wordWrap": "on",
  "explorer.confirmDelete": false,
  "explorer.confirmDragAndDrop": false,
  "files.exclude": {
    "**/.git": true,
    "**/.svn": true,
    "**/.hg": true,
    "**/CVS": true,
    "**/.DS_Store": true,
    "**/node_modules": true,
  },
  "files.insertFinalNewline": true,
  "files.trimFinalNewlines": true,
  "files.trimTrailingWhitespace": true,
  "html.format.wrapAttributes": "force-expand-multiline",
  "window.closeWhenEmpty": true,
  "window.restoreFullscreen": true,
  "window.titleBarStyle": "custom",
  "workbench.commandPalette.history": 0,
  "workbench.editor.tabSizing": "shrink",
  "workbench.settings.editor": "json",
  "workbench.settings.useSplitJSON": true,
  "workbench.startupEditor": "newUntitledFile",
  "[javascript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[html]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[javascriptreact]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "javascript.updateImportsOnFileMove.enabled": "always",
  "breadcrumbs.enabled": false,
  "editor.renderControlCharacters": false,
  "editor.renderWhitespace": "none",
  "[json]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[typescript]": {
    "editor.defaultFormatter": "vscode.typescript-language-features"
  },
  "diffEditor.renderSideBySide": true,
  "javascript.validate.enable": false,
  "search.searchOnTypeDebouncePeriod": 500,
  "git.openDiffOnClick": false,
  "workbench.colorTheme": "GitHub Dark",
  "svg.preview.mode": "svg",
  "editor.codeActionsOnSave": {
      "source.fixAll.eslint": true
  }
}

I haven’t touched them since the last update and highlighting stopped working.
--user-data-dir with this highlighting works. soo, should I delete my settings and start over?



мой редактор Visual Studio (2008) перестал подчеркивать ошибки (это изящные волнистые красные линии). Я не могу точно сказать, когда, но это может быть связано с установкой .Net Framework 3.5 SP 1 или бета-версии MVC (что, я думаю, маловероятно). Кроме того, я установил и удалил как CodeRush, так и Resharper для целей оценки (решил не сохранять ни один из них).

кто-нибудь знает проблему и как восстановить эту функцию?


1429  


5  

5 ответов:

вы проверили инструментыпараметры...Текстовый РедакторC# Advanced подчеркните ошибки в Редакторе?

Я обычно хотел бы сбросить Мои настройки после возиться с плагинами, как они, как правило, возиться с настройками:инструментыимпорт и экспорт параметров...сбросить все настройки.

о возможных причинах.

для VS 2012 и 2013 Если у вас есть несколько экземпляров Visual Studio на разных машинах, привязанных к одной «живой» учетной записи, и на одном из них установлен ReSharper, он отключает собственный IntelliSense и подчеркивает ошибки (чтобы заменить его собственными правилами), которые будут синхронизированы через вашу учетную запись на другую машину без ReSharper.

Я знаю, что это старый вопрос, и с различными решениями, но я исправил его по-разному. Я работаю с Unity3D на моем коде C#, используя VS2017,когда вдруг VS решает прекратить подчеркивать ошибку при вводе im. Однако, если я закрою вкладку «Файл» и снова открою ее, она внезапно отменит ошибку.

например:

class A { 
public int x; 
s;
}

должно очевидно дать ошибку для этого одинокого символа ‘s’. Но, VS не подчеркивает его, пока я не закрою и не открою этот файл табуляция.

решение:
Скопировал всю папку проекта Unity (которая в основном похожа на обычную папку VS Solution) и работал с новой папкой, которая там исчезла.

У меня была такая же проблема с 2017. Была опция «отключить intelisense», убедитесь, что она установлена в false.

Это обычно называется Отключить Squiggly или волнистые линии в Visual Studio.

Как вы будете делать в Visual studio 2013?

инструменты ->опции… — > Текстовый Редактор ->C / C++ -> Advanced ->Отключить Загогулины:True / False (Под IntelliSense) -> Нажмите ОК

Понравилась статья? Поделить с друзьями:
  • Visual studio как посмотреть ошибки
  • Visual studio как изменить тип проекта
  • Visual studio как изменить папку проекта
  • Visual studio как изменить имя проекта
  • Visual studio error c1083