我可以渲染和调试Objective-C代码在VSCode中。

huangapple go评论61阅读模式
英文:

Can I render and debug Objective-C code in VSCode

问题

我的项目包括一个C++核心,iOS和Android包装器(ObjC / Java)以及一个Python包装的CMake构建系统。

C++部分运行正常。然而,一个Obj-C头文件(具有.h扩展名)在各处标记了语法错误:

我可以渲染和调试Objective-C代码在VSCode中。

是否存在某种处理这个的扩展?我找不到任何一个。

英文:

My project comprises a C++ core, iOS and Android wrappers (ObjC / Java) and a Python-wrapping-CMake build-system.

C++ works fine. However an Obj-C header file (with .h extension) marks syntax errors everywhere:

我可以渲染和调试Objective-C代码在VSCode中。

Does there exist some extension for handling this? I can't find one anywhere.

答案1

得分: 1

Xcode是一个复杂的组合,包括界面构建器、Instruments、设备管理器等多个应用程序。这些曾经是单独的应用程序,所以将它们集成到其他IDE中并不容易。然而,有一些人正在尝试类似AppCoda的东西,但离实际产品还有很大差距。

英文:

Xcode is a complex combination of different applications like interface builder, instruments, device manager and many more these were separate applications at a time so putting all this together in some other IDE wouldn't be easy task however there are few people those are trying something like AppCoda but still too far from the actual product.

huangapple
  • 本文由 发表于 2020年1月4日 00:27:19
  • 转载请务必保留本文链接:https://go.coder-hub.com/59582002.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定