L
L
lb-web2018-07-26 17:35:36
Visual Studio Code
lb-web, 2018-07-26 17:35:36

Why doesn't VS Code highlight start/end div in php file?

I saw html in a php file, while the visual code does not highlight the beginning / end of this div, like a sublime for example.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Reshetnyak, 2018-08-22
@Vampireos

So that other questions do not arise here is my entire settings file

{  "emmet.triggerExpansionOnTab": true,
    "editor.quickSuggestions": {
    "other": false,
    "comments": false,
    "strings": false
    }, 
    "files.autoSave": "onWindowChange",
    "editor.fontFamily": "'Ubuntu Mono'",
    "editor.renderWhitespace": "boundary",
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.wordWrap": "on",
    "editor.minimap.renderCharacters": false,
    "editor.roundedSelection": false,
    "workbench.list.multiSelectModifier": "alt",
    "workbench.startupEditor": "none",
    "workbench.statusBar.feedback.visible": false,
    "html.format.extraLiners": "null",
    "html.format.indentInnerHtml": true,
    "html.format.indentHandlebars": true,
    "html.format.wrapLineLength": 120,
    "html.suggest.angular1": false,
    "html.suggest.ionic": false,
    "html.validate.styles": true,
    "html.validate.scripts": true,
    "css.lint.float": "warning",
    "css.lint.idSelector": "warning",
    "css.lint.important": "warning",
    "css.lint.universalSelector": "warning",
    "gitlens.advanced.messages": {
        "suppressShowKeyBindingsNotice": true
    },
    "git.autofetch": true,
    "workbench.iconTheme": "vscode-icons",
    "workbench.colorTheme": "1mm - OneDark Pro",
    "editor.fontSize": 16,
    "workbench.activityBar.visible": false,
    "editor.tabCompletion": true,
    "gitlens.advanced.quickPick.closeOnFocusOut": false,
    "gitlens.hovers.annotations.details": false,
    "gitlens.hovers.annotations.changes": false,
    "gitlens.hovers.annotations.enabled": false,
    "gitlens.hovers.currentLine.changes": false,
    "gitlens.hovers.currentLine.enabled": false,
    "gitlens.hovers.enabled": false,
    "html.suggest.html5": false,
    "editor.parameterHints": false,
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question