gpt4 book ai didi

javascript - 为什么 Eclipse IDE 将代码折叠标记放在没有可折叠的语句上?

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:45:46 27 4
gpt4 key购买 nike

我遇到 Eclipse 不正确折叠 javascript 代码的问题,我不知道问题出在哪里。我正在构建一个游戏引擎,所以我有一个特定的对象构造函数,后跟一个计算帧率的函数:

function Constructor() {
//A whole bunch of code for this constructor

this.method = function() {
//A bunch of method code
this.context.font = "blahblah";
};
}

function calculateFrameRate(times) {
//All the code for calculating framerate
}

无论出于何种原因,它都让我可以选择从 context.font 语句开始折叠,并且它会在帧率计算函数中一直折叠。这显然不是要折叠的有效代码块。关于问题可能出在哪里的任何想法?

最佳答案

尝试将 this.method = function() { 中的函数命名为 this.method = function method() {

关于javascript - 为什么 Eclipse IDE 将代码折叠标记放在没有可折叠的语句上?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15698980/

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