检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
导航代码 简介 Call Hierarchy Type Hierarchy CodeLens Structure 父主题: Java
anotherObject) { System.out.print(anotherObject.toString()); return this.name; } } 重构后 public class MoveInstanceMethod { public
IDE与Git远程仓库通信时都被要求输入凭据。否则,考虑通过git.autofetch设置禁用自动获取以减少身份验证提示的次数。 添加远程仓库 添加远程仓库在您选择的SCM托管平台上创建一个空仓库。 在Source Control视图中,展开Source Control Repositories部分。 单击要添加新的
上。 在主菜单或编辑器上下文菜单中,选择Refactor>Change Method Signature或按“Ctrl+F6”。 在打开的Change Method Signature对话框中,提供重构选项。 指定方法的可见性、名称和返回类型。 在Params选项卡上,配置方法的
true, "pythonArgs": [], "name": "Python: FastAPI", "showReturnValue": true } 父主题: FastAPI应用
println(staticStr); } private static Boolean staticMethod2() { return true; } void method() { } } enum MyEnum { ; String
Process Id", "type": "python", "logToFile": false, "showReturnValue": true } 父主题: 附加到进程
以同样的方式,您可以运行在build.gradle的test任务中定义的测试。在这种情况下,CodeArts IDE将使用Gradle测试运行器。 您还可以通过专用的Gradle启动配置来运行Gradle任务。 有关在CodeArts IDE中测试应用程序的更多信息,请参阅测试。 配置自定义Gradle集成 通过以
true, "pythonArgs": [], "name": "Python: Module", "showReturnValue": true } 父主题: Python模块
链接 终端检测链接,当您悬停文件或URL时,显示下划线。您可以“Ctrl+Click”链接以转到其目标。 根据链路类型,激活它将执行以下操作之一。 在编辑器中打开文件。 聚焦工作区中的文件夹。 打开一个新窗口,其中包含工作区外的文件夹。 使用包含所有匹配项的快速拣货搜索工作区。 父主题:
"justMyCode": true, "pythonArgs": [], "name": "Python: File", "showReturnValue": true } 父主题: 当前Python文件
"justMyCode": true, "pythonArgs": [], "name": "Python: File", "showReturnValue": true } 父主题: Python文件
true, "pythonArgs": [], "name": "Python: Django", "showReturnValue": true } 父主题: Django应用
true, "pythonArgs": [], "name": "Python: Flask", "showReturnValue": true } 父主题: Flask应用
"pythonArgs": [], "name": "Python: Pyramid Application", "showReturnValue": true } 父主题: Pyramid应用
"PYTEST", "pythonArgs": [], "name": "Python pytest tests", "showReturnValue": true } 父主题: pytest
"pythonArgs": [], "name": "Python unittest tests", "showReturnValue": true } 父主题: unittest
如果需要,您可以自定义定义悬停的内容。在CodeArts IDE设置中(“Ctrl+,”),转到“扩展”>“Python”,并找到“Features: Hover”设置。然后选择CodeArts IDE是否应显示定义的高亮代码片段和包含受影响符号的可单击链接的定义。如果选择两种都显示,可单击链接将显示在定义片段的下方。
Functions Variables Fields Type parameters Constants Classes Interfaces Structures Events Operators Modules Properties and Attributes Values and Enumerations
Override/implement方法 组织imports 生成getters和setters 生成hashCode()和equals() 测试 生成toString() 父主题: Java