James Aprosail

Results 4 issues of James Aprosail

Optimize the function signature hover preview please, don't just display the raw code. Maybe we can process the whole function signature hover preview string into a single line, remove unnecessary...

enhancement
lsp

Provide TextMate scope specification for slice format specifier, such as the `{s}` in the following code. ```zig std.debug.print("All your {s} are belong to us.\n", .{"codebase"}); ```

enhancement

Some important files, including `.vscode/settings.json` ends with `.json` prefix, but they are exactly JsonC (Json with Comments). Current `deno fmt` cannot format such json files when there are comments inside,...

needs info
deno fmt

### What problem does this feature solve? Avoid duplicated clean dir when multiple outputs like this: ```ts import { defineConfig, OutputOptions } from "rolldown" import { dts } from "rolldown-plugin-dts"...

on hold: awaiting more feedback