Cam
Cam
### Environment 1. `node -v`: v9.4.0 1. `npm -v`: 6.2.0 1. `npm ls jest` or `npm ls react-scripts` (if you haven’t ejected): [email protected] 1. Operating system: Windows 10 ### Prerequisite...
When adding a `DefRule` to my `Sources` list, precompiled headers seem to be created N times for each `Variant` declared, resulting in the same file being the output target and...
The `Options` object should be directly serializable to/from a `.luafmt` (or similar) JSON file to allow for persistent customisation per workspace.
IDEs often have the ability to format a specific region of text, rather than the whole document. One could naively format just the selection and insert it into the document,...
#### Continuation of https://github.com/trixnz/vscode-lua/issues/4. While we provide argument hints when autocompleting functions, we do not provide them after typing the triggering `(` character. This also ties into https://github.com/trixnz/vscode-lua/issues/5, so some...
Since `syntex_syntax` is [no longer maintained](https://github.com/serde-rs/syntex/issues/114), we need an alternative solution for parsing Rust to an AST. I'm not as involved in the rust community as much as I would...