You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[@kemchenj](https://kemchenj.github.io/):这篇文章介绍了一个专为 Swift 编写的 Benchmark 包,除了支持追踪常用的 CPU 时间和内存占用情况,还支持了 ARC 相关的数据,swift-foundation 之类的 Apple 官方开源项目也都在使用。
@@ -43,10 +33,10 @@
43
33
44
34
[@Kyle-Ye](https://github.com/Kyle-Ye): 本文介绍了 Arc 公司所推动 Swift on Windows 的最新进展和一些他们的开发体验分享
45
35
46
-
- 🔨 开发环境: VSCode是 Swift on Windows 上的首选开发环境。
47
-
- ✍️ 代码编辑: VSCode IDE 目前已提供了代码补全、导航和错误显示功能等功能。
48
-
- 🧪 构建和测试: 支持通过 Swift Package Manager 和 CMake 进行构建和测试。
49
-
- 🐛 调试能力: LLDB 调试和命令行调试目前都已支持。
36
+
- 🔨 开发环境 : VSCode 是 Swift on Windows 上的首选开发环境。
37
+
- ✍️ 代码编辑: VSCode IDE 目前已提供了代码补全、导航和错误显示功能等功能。
38
+
- 🧪 构建和测试: 支持通过 Swift Package Manager 和 CMake 进行构建和测试。
39
+
- 🐛 调试能力: LLDB 调试和命令行调试目前都已支持。
50
40
51
41
### 🐢 [Nerdy internals of an Apple text editor ](https://papereditor.app/internals) & [ 9 years of Apple text editor solo dev](https://papereditor.app/dev)
0 commit comments