About 1,210,000 results
Open links in new tab
  1. Why is my variable crossed out in VS Code? [duplicate]

    Feb 20, 2021 · In a browser, the global name variable has special meaning. It might be your linter just detecting and confusing the name word for your variable. Try changing the name to something else, and see if it is still crossed out. Hope I helped!

  2. What do the crossed out intellisense's mean in VSCode?

    it seems to be crossed out in VSCode for some reason, what does this mean? When hovering over the css attribute it states: Property is nonstandard. Avoid using it. So by crossing it out VsCode tells you, that is a possible option but it's discouraged to use. Just like deprecated features. I t means it's an experimental technology.

  3. Why is the name variable displayed with a strikethrough on VS Code?

    Mar 27, 2021 · Here is my Javascript code on VS Code: In the console.log(name variable); the name variable is displayed with a strikethrough symbol on VS Code. But the result showing on my browser is right (no error). Also, the tooltip shown on VS Code is "const name : void". The same thing is happening if I use. document.getElementById('demo10').innerHTML ...

  4. Why is vscode striking out "event" when I try to preform a ... - Reddit

    Sep 21, 2020 · In the August 2020 update for VSCode, they list strikeouts for deprecated properties. It might be your linter just detecting and confusing the event word for your object. Try changing the name from event, and see if it is still crossed out. Hope I helped!

  5. What does yellow wavy underlines mean in VSCode : r/vscode - Reddit

    Apr 24, 2021 · A red underline would indicate an error, yellow is just a warning. Warnings usually mean that your code might work, but has a minor problem that you are recommended to investigate. Errors and warnings are resolved by changing your code to fix the problem you're being warned about.

  6. Visual Studio Code crosses out code and suggests replace

    Jun 17, 2021 · Visual Studio Code is currently not supported in the Microsoft Q&A forums, the supported products are listed over here: https://learn.microsoft.com/en-us/answers/products/ (more to be added later on).

  7. Visual Studio Code problem - Microsoft Community

    I don't even know how to ask this question, but what's up with lines being crossed out and the word Music() being there. How do I turn this off? If I right click it says "replace" or "dismiss".

  8. Visual Studio Code tips and tricks

    Try out VS Code's code editing features, like multi-cursor editing, IntelliSense, Snippets, Emmet, and more. Open the Welcome page from the Help > Editor Playground menu or use the Help: Interactive Editor Playground command from the Command Palette ( …

  9. Why is Visual Studio Code underlining my code in red even ... - Reddit

    Jan 25, 2020 · Appears to be ESLint, it probably wants you to put the opening and closing bracket on one line. The code itself is fine but ESLint will inform you of conflicts in formatting compared to the settings you have for the project (or default).

  10. Forced strikethrough on the word 'name' in console.log ... - GitHub

    Feb 23, 2021 · When I type that code into MY vs code, vs code forces the word 'name' in the console.log statement to have a strike through. It only happens with the word 'name'. I can type any other word and no strikethrough.

Refresh