vscode-swift icon indicating copy to clipboard operation
vscode-swift copied to clipboard

An extension for VS Code which provides support for the Swift language.

Results 8 vscode-swift issues
Sort by recently updated
recently updated
newest added

I've installed the extensions and provided path to the latest language server built from master, but I'm getting an error every few seconds ``` [Error - 13:52:49] Request textDocument/completion failed....

@RLovelett I'm curious the direction you'd like to take this project. There are several vscode swift extensions and all of them are in an incomplete state. I'd love to reduce...

I have forked both projects, the vscode-swift and langserver, when trying to run vscode-swift , I get this error And here is the top of backtrace : ``` fatal error:...

Are you planning to make a version for Linux?

Most of the language plugins use textmate style code highlighting which is mostly based on regex matching. Sourcekitten/sourcekit can provide this information based on the AST which is how Xcode...

enhancement

When auto-completing a line that contains an emoji (or any other multi-byte unicode character) the suggestions stop working. For instance, typing `let 💯 = Foo(` does accurately bring up the...

bug

I _think_ on linux `*.Swift` is a supported file extension. Which means we should support that when source kit launches with linux support. I could be wrong but I don't...