问题标签 [vscode-settings]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
visual-studio-code - 如何在 vs 代码中单击禁用预览文件?
我宁愿双击打开文件,并防止单击预览。我们如何在 vs 代码中做到这一点?
visual-studio-code - 如何在每个工作区中配置没有 .clang-format 文件的 clang 格式?
我想配置 clang-format 而不必将我的.clang-format
文件复制到每个新工作区。
在我settings.json
目前有
描述C_Cpp.clang_format_style
说
编码风格,目前支持:Visual Studio、LLVM、Google、Chromium、Mozilla、WebKit。使用“文件”从当前或父目录中的 .clang 格式文件加载样式。使用“{key: value, ...}”设置具体参数,例如:“{ BasedOnStyle: LLVM, IndentWidth: 8 }”
这让我觉得我的方法会奏效,但事实并非如此。当我使用自动格式时,它总是使用 Google fallbackStyle。
这是不可能的还是我在这里做错了什么?
visual-studio-code - 从扩展中禁用默认设置,例如“wordBasedSuggestions”
我正在为 VSCode 开发一个扩展,它提供完成项,但其中有单词建议。
我知道您可以在您的用户/工作区设置中禁用editor.wordBasedSuggestions
,但有没有办法通过扩展来实现?
python - Visual Studio Code - 删除 pylint
简单的问题 - 但有关如何从安装了 Python 3.5.2 的 Windows 10 机器中删除 pylint 的任何步骤。
我安装了一个旧版本的 pylint,它对旧的 Python 2 语义进行拼写检查,当 Visual Studio Code 中出现波浪线时,它让我大吃一惊。
visual-studio-code - 如何在 Visual Studio Code 中重构文件名?
是否可以重构项目中的文件名并自动更新所有导入,而不必担心每次更改文件名时都会破坏某些内容?
与 JetBrains 产品中的方式相同。您更改文件名,所有内容都会自动更新。
visual-studio-code - 不按 ctrl+space 自动完成
每次我必须使用CTRL+SPACE来获取完整的变体。但我经常需要它。每次按下键时,我都需要变体列表。我该如何设置它?
visual-studio-code - How to disable or hide scrollbar/minimap?
I can't find any option, setting, or keyboard shortcut that disables or hides that annoying scrollbar. I just don't find it useful and it's distracting.
Can't just edit the editor's CSS like Atom, either.