gpt4 book ai didi

javascript - 如何让 Visual Studio Code (VS Code) 显示对象的方法预览?

转载 作者:行者123 更新时间:2023-12-02 23:36:37 25 4
gpt4 key购买 nike

我一直在学习 Traversy Media JavaScript 速成类(class)。我注意到我无法像他那样让 Visual Studio Code 显示对象的方法。我搜索了一下,它说 IntelliSense 应该自动打开,但它对我不起作用。有什么帮助吗?

https://youtu.be/hdI2bqOjy3c?t=3777

https://i.imgur.com/OPleMnc.mp4

最佳答案

您的代码中存在一些错误,导致 IntelliSense 无法正常工作:

function Person(dob){
this.dob = new Date(dob); //semicolon here
}

const person1 = new Person('John', 'Doe', '4-3-1980'); //define that person1 (your p) is const variable, and semicolon

person1.dob.getDate(); //and your IntelliSense will prompt object methods normally

关于javascript - 如何让 Visual Studio Code (VS Code) 显示对象的方法预览?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56268997/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com