1.安装

安装说明 https://smartide.cn/zh/docs/quickstart/

#安装脚本(powershell里安装):
   Invoke-WebRequest -Uri ("https://smartidedl.blob.core.chinacloudapi.cn/releases/"+(Invoke-RestMethod https://smartidedl.blob.core.chinacloudapi.cn/releases/stable.txt)+"/SetupSmartIDE.msi")  -OutFile "smartide.msi"
 .\smartIDE.msi
#或者下载安装:
https://smartidedl.blob.core.chinacloudapi.cn/releases/0.1.14.2505/SetupSmartIDE.msi
#查看是否安装成功:
smartide version

2. 创建本地smartIDE项目

模板 https://www.smartide.cn/zh/docs/templates/

#在一个空的文件夹下运行
smartide new php -t vscode
#php是语言(node,java,dotnet,python,cpp,golang)
#vscode是模板(vscode,idea,goland,pycharm,rider,phpstorm,clion,opensumi)

3. 在项目下新建二级目录,在放不同的项目代码,

对应的目录关系是 ./=>/home/project/

编写代码,启动localhsot测试
具体端口可以查看上一步的运行返回,或者./.idea/.ide.yaml中查看

4. 新建git仓库,把新建项目推到远程git仓库

如需指定端口可在./.idea/.ide.yaml中修改