smithy-language-server icon indicating copy to clipboard operation
smithy-language-server copied to clipboard

A Language Server Protocol implementation for the Smithy IDL

Results 42 smithy-language-server issues
Sort by recently updated
recently updated
newest added

To reproduce: 1. Prepare a file ```smithy $version: "2" namespace hello.world @documentation("aa") @mixin structure Mix { @required a: String @required b: String c: String } structure Struct with [Mix] {}...

Re-writes almost everything in the language server to improve performance (see https://github.com/smithy-lang/smithy-language-server/issues/145), and lay the ground work for further progress and features. Given the scope of these changes, this should...

Automated pull request to bump Smithy version from 1.46.0 to 1.49.0

Automated pull request to bump Smithy version from 1.46.0 to 1.48.0

When launching the latest version of the language server using coursier using a specified port I get an unknown argument error and the server does not launch. This is a...

Automated pull request to bump Smithy version from 1.46.0 to 1.47.0

Hi! My team maintains a "specbase" of about 1200 Smithy files, containing about 6700 non-member shapes. In the recent months, as the repository has grown, we've started noticing significant performance...

I'm using the VS Code Smithy plugin. It appears that the Smithy LS is generating a file at `build/smithy/classpath.json`. Because the `build/` folder has special meaning for my build system,...

*Issue #, if available:* N/A *Description of changes:* We've implemented support for formatting via the [formatter in smithy-translate](https://github.com/disneystreaming/smithy-translate/tree/main/modules/formatter) but now that the official formatter is out, there is no reason...

This is primarily a refactor of SmithyProject to store raw model text in memory. Previously, we only stored file objects for the model, and gave those to the model assembler....