简体   繁体   English

为什么智能感知无法在新安装上正常工作?

[英]Why doesn't intellisense work as expected on a new installation?

I installed vscode 1.8.1 on my Windows 7 system and I have the following issues: 我在Windows 7系统上安装了vscode 1.8.1,遇到以下问题:

  1. Code not being highlighted: 代码未突出显示:

    http://i.imgur.com/TDrhh7i.png

  2. Intellisense not giving me autocomplete with built-in functions (eg Object.prototype.hasOwnProperty ) Intellisense不给我内置功能的自动完成功能(例如Object.prototype.hasOwnProperty

I expected this to work out of the box considering JavaScript is supported by default. 考虑到默认情况下支持JavaScript,我希望这可以立即使用。 Additional question, is it possible to set the zoom percentage to a specific value? 另一个问题,是否可以将缩放百分比设置为特定值?

Resetting to defaults by deleting the files under here worked: 通过删除此处的文件重置为默认值有效:

%appdata%\Code\Local Storage

I set my zoom size using the following property: 我使用以下属性设置缩放大小:

    "window.zoomLevel": -0.4  ,

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM