zls
zls copied to clipboard
Go to definition on file struct should look for `@This()`.
// If I go to definition on `File` -
const File = @import("path/to/File.zig");
// ZLS should search `File.zig` for a `@This()` assigned to the same name.
const File = @This();