-
Hi. Thanks for the plugin! Its great! I was wondering if you'd consider adding syntax highlighting via SourceKit since its simple enough. I've actually used it for a couple of pet projects. I'd be mor…
hamin updated
8 years ago
-
sourcekit-lsp should provide code lenses for discovered test methods in a file so that you can run that test case using an action that’s shown inline in the editor, similar to https://rust-analyzer.gi…
-
| | |
|------------------|-----------------|
|Previous ID | SR-12836 |
|Radar | None |
|Original Reporter | rockbruno (J…
-
| | |
|------------------|-----------------|
|Previous ID | SR-8559 |
|Radar | rdar://problem/41593893 |
|Original Repor…
-
Hello, I have tried to use Onivim 2 for developing stuff in Swift. The Swift integration on VSCode is already not an easy path.
Need to follow :
- https://github.com/apple/sourcekit-lsp
- https://g…
-
| | |
|------------------|-----------------|
|Previous ID | SR-9984 |
|Radar | None |
|Original Reporter | @marcelofabri…
-
I used lazy.nvim to manage Xbase. It has been installed successfully.
``` lua
return {
"xbase-lab/xbase",
lazy = false,
dependencies = {
"neovim/nvim-lspconfig",
},
build = "make…
-
Flow can tell me when I write a bad line of JavaScript. nuclide-swift should be able to tell me when I write Swift code that won't compile.
This kind of works already. Check out the following screens…
-
Apple has released a new language server protocol implementation, is this something we could use in this project?
https://github.com/apple/sourcekit-lsp
-
swift-format produces the following formatting.
```swift
let formattedBytes = try await withSwiftFormatConfiguration {
(formatConfigUrl) -> [UInt8] in
return []
}
```
This is misleading…