Adam Fowler

Results 130 issues of Adam Fowler

See https://forums.swift.org/t/building-lldb/66947 for context Only took me 6 months

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

If you have a SwiftPM project in a subfolder of a VSCode workspace, SourceKit-LSP does not provide symbol completion, hover documentation for the Package.swift file even though a `workspace/didChangeWorkspaceFolders` request...

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...

Also symbol information is probably not enough information for each test. The following additional information would be useful - source: Did test come from xctest or swift-testing - label: swift-testing...

The LSP DocumentSymbol interface includes a `details` field. Currently SourceKit-LSP leaves this field empty. For classes, struct and actors would it be possible to include the protocol conformances and super...

Now that the [SwiftSDKs](https://github.com/apple/swift-evolution/blob/main/proposals/0387-cross-compilation-destinations.md) proposal has been accepted, SourceKit-LSP should add support for the SwiftPM command line parameter: `--swift-sdk`. So the user can select a SwiftSDK in a similar manner...

enhancement

Xcode has a nice feature where you can expand macros to see the code they generate. It'd be cool if you could do this with VSCode as well. Could we...

| | | |------------------|-----------------| |Previous ID | SR-16106 | |Radar | None | |Original Reporter | @adam-fowler | |Type | Bug | Environment swift-driver version: 1.45.2 Apple Swift version 5.6...

enhancement

https://aws.amazon.com/blogs/mobile/tracking-and-remembering-devices-using-amazon-cognito-your-user-pools/