Lukas Pistrol

Results 97 comments of Lukas Pistrol

Something to note: Each module in `CodeEditModules` requires its own DocC catalog. Also it is not possible to link between modules or the main app. Let's see what WWDC22 brings...

Just to clarify: Many feature requests you mentioned (Interface Builder, Asset Catalogs, Simulator, XCTest) are specific to Xcode and therefore `Swift`/`Obj-C` projects. We are not trying to replace Xcode by...

@AsedaDeveloper Xcode's simulator can be launched via command line tools. This could be embedded in an extension but would require Xcode to be installed as well.

@austincondiff I have yet to read into the LSP stuff. At some point I'm sure this would get implemented into `CodeEditTextView` though.

This just happens when opening a `*.swift` file right? You might want to try to run it in `Release` configuration which should dramatically improve performance.

This should be implemented in [`CodeEditTextView`](https://github.com/CodeEditApp/CodeEditTextView) directly.

@ahmed3elshaer the Kotlin grammar is still in development and does not have a `highlights.scm` file yet for syntax highlighting. Feel free to contribute on their [repo](https://github.com/fwcd/tree-sitter-kotlin).

Good point! I would also like to find a better way to handle bracket pairs. Currently we cannot use `"` or `'` because it gets stuck in an infinite loop.