icarus icon indicating copy to clipboard operation
icarus copied to clipboard

Swift, C, C++, and Objective-C Support for Nova

Results 16 icarus issues
Sort by recently updated
recently updated
newest added

I'm experimenting with using Nova for a SwiftGodot project, because I rather dislike VSCode. The short version of it is that this involved compiling a Swift .dylib via SwiftPM, then...

## Example project repository https://github.com/simonbates/Nova-Icarus-tests-example ## Case 1: Dependency not found when the project is first opened Steps to reproduce: * Remove the `.build` directory if there is one *...

Hello, I do not think you accept pull requests, however I would appreciate if you add support for `.swiftinterface` files. At the moment, the Swift.XML does not include such files...

For embedded work one often uses different language servers on a per-project basis.

Hi, had a quick glance at the code – am I right in thinking the plugin itself implements a DAP layer over LLDB? Is there some reason you didn't use...

I've been doing some Arduino projects and haven't been able to get them working with the SourceKit LSP very well, I've had better luck playing around with [clangd](https://github.com/robb-j/nova-clangd) (although it...