-
It should not be required to build your project for sourcekit-lsp to index it.
While this is acknowledged elsewhere there isn't an issue mentioning it
-
The source code generated by a SwiftPM build plugin does not get parsed by SourceKit-LSP. So any code referencing generated code is considered an error and "Go to definition..." etc don't work
I ha…
-
Jump to Definition and such features in Xcode use SourceKit to parse the Swift source files. As Gradle doesn't translate the dependencies between project inside Xcode generated IDE files, SourceKit re…
-
Hi folks,
As SourceKitten is using SourceKit, is it possible to create the app that is sandboxed and can still use SourceKitten?
I mean the app that can be distributed through the Mac App Store.
…
-
| | |
|------------------|-----------------|
|Previous ID | SR-1845 |
|Radar | None |
|Original Reporter | @briancroom …
-
| | |
|------------------|-----------------|
|Previous ID | SR-3698 |
|Radar | None |
|Original Reporter | @alblue …
-
| | |
|------------------|-----------------|
|Previous ID | SR-2117 |
|Radar | None |
|Original Reporter | @modocache …
-
#### Description
Summary:
Typing `print` without an argument or parentheses crashes SourceKit.
Steps to Reproduce:
1. Launch Xcode
2. Select "Get started with a playground"
3. Click "Next" and choos…
-
Morning!
I was struggling to attach `lldb` to a SwiftPM-built project (`sourcekit-lsp`, of course) with the following config:
```json
"debugger_configurations":[{
"type": "lldb",
"reque…
-
### Swift version
swiftlang-6.0.0.9.10
### Platform
All
### Editor
Visual Studio Code
### Does the issue reproduce with Swift 6?
Yes
### Description
When a struct or class doesn't conform to …