检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
基本编辑 命令 键(CodeArts IDE键盘映射) 键(IDEA键盘映射) 命令ID 行剪切 Shift+Delete Ctrl+X Ctrl+X Shift+Delete editor.action.clipboardCutAction 行复制 Ctrl+Insert Ctrl
启动配置属性 名称 描述 “type” 调试器的类型。对于运行和调试Python代码,应将其设置为“python”。 “name” 启动配置的名称。 “request” 调试模式,可以是“launch”(在program中指定的文件或当前文件上启动调试器)、“attach”(将调试器附加到已经运行的进程
启动配置属性 名称 描述 “type” 调试器的类型。对于运行和调试Python代码,应将其设置为“python”。 “name” 启动配置的名称。 “request” 调试模式,可以是“launch”(在program中指定的文件或当前文件上启动调试器)、“attach”(将调试器附加到已经运行的进程
启动配置示例 以下是一个可运行的启动配置示例。 { "request": "launch", "console": "integratedTerminal", "jinja": true, "python": "${command:python.interpreterPath
启动配置示例 以下是一个可运行的启动配置示例。 { "request": "launch", "console": "integratedTerminal", "jinja": true, "python": "${command:python.interpreterPath
Huawei C/C++组件激活失败常见问题 输出窗口可获得更多日志信息 Error: Unable to open check cache file for write Error: command‘clangd.applyFix’already exists Error: wecode-db
启动配置示例 以下是一个可运行的启动配置示例。 { "excludeTestIds": [], "request": "test", "jinja": true, "python": "${command:python.interpreterPath}",
启动配置示例 以下是一个可运行的启动配置示例。 { "excludeTestIds": [], "request": "test", "jinja": true, "python": "${command:python.interpreterPath}",
启动配置属性 名称 描述 “type” 调试器的类型。对于运行和调试Python代码,应将其设置为“python”。 “name” 启动配置的名称。 “request” 调试模式,可以是“launch”(在program中指定的文件或当前文件上启动调试器)、“attach”(将调试器附加到已经运行的进程
编码辅助 命令 键(CodeArts IDE键盘映射) 键(IDEA键盘映射) 命令ID 触发代码完成 Ctrl+I Ctrl+Space Ctrl+Shift+Space editor.action.triggerSuggest 触发参数提示 Ctrl+Shift+Space Ctrl
启动配置示例 以下是一个可运行的启动配置示例,该示例从 “test_file_name::test_class_name::test_method_name” 运行测试。 { "excludeTestIds": [], "request": "test", "jinja
启动配置示例 以下是一个可运行的启动配置示例。 { "request": "launch", "console": "integratedTerminal", "jinja": true, "python": "${command:python.interpreterPath
RemoteShell 简介 用户界面概述 管理主机 管理连接 管理终端会话 管理文件 配置代理 管理凭据 与X Server一起使用 访问Kubernetes集群
启动配置属性 名称 描述 “type” 调试器的类型。对于运行和调试Python代码,应将其设置为“python”。 “name” 启动配置的名称。 “request” 调试模式,可以是“launch”(在program中指定的文件或当前文件上启动调试器)、“attach”(将调试器附加到已经运行的进程
转换为实例方法 此重构允许您将类的静态方法转换为类实例的非静态方法。 执行重构 在代码编辑器中,将光标放置在要转换为实例方法的静态方法的声明上。 在主菜单或编辑器上下文菜单中,选择Refactor>Convert to Instance Method。 在打开的Convert to
启动配置示例 以下是一个可运行的启动配置示例。 { "request": "launch", "console": "integratedTerminal", "jinja": true, "python": "${command:python.interpreterPath
启动配置示例 以下是一个可运行的启动配置示例,该示例从 “test_file_name::test_class_name::test_method_name” 运行测试。 { "excludeTestIds": [], "request": "test", "jinja
代码生成 简介 构造函数生成 Override/implement方法 组织imports 生成getters和setters 生成hashCode()和equals() 测试 生成toString() 父主题: Java
搜索 命令 键(CodeArts IDE键盘映射) 键(IDEA键盘映射) 命令ID 显示搜索 Ctrl+Shift+F Ctrl+Shift+F omnisearch.open.file 在文件中替换 Ctrl+Shift+H Ctrl+Shift+R omnisearch.open.file.replace
启动配置属性 名称 描述 “type” 调试器的类型。对于运行和调试Python代码,应将其设置为“python”。 “name” 启动配置的名称。 “request” 调试模式,可以是“launch”(在program中指定的文件或当前文件上启动调试器)、“attach”(将调试器附加到已经运行的进程