icarus
icarus copied to clipboard
Swift, C, C++, and Objective-C Support for Nova
When I create a new file and define a new class, referencing the new class in another file will produce a `cannot find in scope` error. It persists through builds...
When using build tool plugins in Swift packages, it's possible to generate code that is then available to the project. Some examples of projects that do this are: * [SwiftGodot](https://github.com/migueldeicaza/SwiftGodot)...
Hello, There is a bug (maybe two see below) with the extension that crashes after renaming a file. ### 1. The Crash: To replicate: - Create an empty project with...
Hello! This pull request adds highlighting support for escape characters. Currently Nova does not have a specific theming selector for these characters like the `regex.escaped`, or the `string.escape` that was...
Xcode can show the generated code that a macro creates by right clicking and choosing "Expand Macro". I'm not sure if this is possible through the LSP or not but...
I'm not seeing support for remote debugging with LLDB (use case 1: from Nova on my Mac to a Docker container on the same Mac running Linux and bound to...
I have sometimes experienced that clangd LSP server hangs up. Autosuggestions, code analysis, everything stops working and only syntax highlighting works. The quick workaround for this has been disabling and...
I've read the Readme and the plugin description but I'm none the wiser. Is it possible to use icarus in lieu of Xcode for doing iOS development (given that the...
Often when opening some project I just want to have syntax highlighting and folding support, without seeing a million issues flagged because the toolchain setup is missing includes etc. Actually...