Remix编辑器连接本地(最新)
1.打开cmd,安装remixd最新版
npm install -g @remix-project/remixd
2.启动remixd
remixd -s <本地文件夹的绝对路径> --remix-ide <remix在线编辑器的url地址>
example:
remixd -s D:\remix\contract --remix-ide https://remix.ethereum.org
成功界面:

3.在线编辑器连接本地

即可完成连接:
