James Aprosail
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...
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"}); ```
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,...
### 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"...