小编Rhe*_*inz的帖子

Visual Studio Code中是否有书签?

如何在Visual Studio代码中设置书签?我找不到任何键盘快捷键.或者还有什么我可以使用的.我在Visual Studio Code中搜索书签.这与Visual Studio无关

visual-studio-code

243
推荐指数
7
解决办法
7万
查看次数

args参数中的--harmony标志似乎不起作用

args参数中节点的--harmony标志似乎不起作用.我不能使用胖数组函数.这里的一部分lounch.json

"configurations": [
    {
        // Name of configuration; appears in the launch configuration drop down menu.
        "name": "Launch app.js",
        // Type of configuration. Possible values: "node", "mono".
        "type": "node",
        // Workspace relative or absolute path to the program.
        "program": "./app.js",
        // Automatically stop program after launch.
        "stopOnEntry": true,
        // Command line arguments passed to the program.
        "args": ["--harmony"],
        // Workspace relative or absolute path to the working directory of the program being debugged. Default is the current workspace.
        "cwd": …
Run Code Online (Sandbox Code Playgroud)

node.js visual-studio-code

5
推荐指数
1
解决办法
1716
查看次数

我可以使用带有扩展参数的dynamicHelpers(expressjs)吗?

(如何)我可以使用带有这样的扩展参数的dynamicHelpers吗?

app.dynamicHelpers({
    getImageUrl: function (req, res, imageName) {
        return "http://" + req.headers.host + app.set("imageUrl")+"/" + imageName;
    }
});
Run Code Online (Sandbox Code Playgroud)

我怎样才能从我的模板引擎中调用它?

node.js express

0
推荐指数
1
解决办法
466
查看次数

什么是(ctrl-m)的辅助功能模式?

Visual Studio Code具有可访问性模式,可以使用以下方式访问:

CTRL + M
Run Code Online (Sandbox Code Playgroud)

这种模式的目的是什么?

visual-studio-code

0
推荐指数
1
解决办法
237
查看次数

标签 统计

visual-studio-code ×3

node.js ×2

express ×1