Stuart

Results 16 issues of Stuart

### Check for existing issues - [X] Completed ### Language graphql ### Tree Sitter parser link _No response_ ### Language server link https://github.com/graphql/graphiql/tree/main/packages/graphql-language-service-server ### Misc notes _No response_

enhancement
potential plugin
language
unsupported language

**Is your feature request related to a problem? Please describe.** VS Code's tab/split paradigm works differently to Vim. This can be frustrating if you're used to/prefer the way Vim works...

upstream/vscode
kind/feature

This PR extends the `isAnInteractiveElement` function to include elements with `contenteditable="plaintext-only"` which is defined in [the spec](https://w3c.github.io/contentEditable/#plaintext_only_state) and supported by all browsers except Firefox (where support [is planned](https://bugzilla.mozilla.org/show_bug.cgi?id=1291467)). It simply...

Please add an option to enforce quoting of column/table names. ie: from: ```sql CREATE TABLE foo ( id UUID PRIMARY KEY ) ``` to: ```sql CREATE TABLE "foo" ( "id"...

It would be nice if there was a config option to enforce case for types, ie. from: ```sql "id" uuid PRIMARY KEY ``` to: ```sql "id" UUID PRIMARY KEY ```

### Check for existing issues - [X] Completed ### Language graphql ### Tree Sitter parser link _No response_ ### Language server link https://github.com/graphql/graphiql/tree/main/packages/graphql-language-service-server ### Misc notes _No response_

language