@lb-web

Почему VS Code не выделяет начало/конец div в php файле?

Пилю хтмльку в пхпшном файле, при это визуал код не подсвечивает начало/конец этого дива, как саблайм например.
  • Вопрос задан
  • 306 просмотров
Пригласить эксперта
Ответы на вопрос 1
Vampireos
@Vampireos
https://vk.com/axelaredz
Чтобы и других вопросов не возникло вотс весь мой файл настроек
{  "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,
}
Ответ написан
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы