.. SPDX-FileCopyrightText: 2020 Veit Schiele .. .. SPDX-License-Identifier: BSD-3-Clause Vim and IDE integration ======================= Vim --- To recognize DVC files in Vim as YAML, you should add the following in ``~/.vimrc``:: " DVC autocmd! BufNewFile,BufRead Dvcfile,*.dvc setfiletype yaml Visual Studio Code ------------------ For `Visual Studio Code `_, there is an extension for `DVC `_ that can be downloaded from the `Visual Studio Marketplace `_. IntelliJ IDEs ------------- `intellij-dvc `_ is a plugin for IntelliJ IDEs including PyCharm, IntelliJ IDEA and CLion. It can be downloaded from the `JetBrains Plugins-Repository `_.