1
nekoneko 2022-09-19 14:46:05 +08:00 1
有个插件 沙拉查词 , 右键->沙拉查词->彩云小译翻译页面, 可以上下文对照, 比如:
``` Continuing the recent theme of blog posts about Go tooling, this post will briefly discuss how analysis tools interact with one of Go's newest features - generics. As usual, this post provides a motivating example and discusses a couple of approaches to writing a tool. The full code is on GitHub. 延续最近关于 Go 工具的博客文章的主题,本文将简要讨论分析工具如何与 Go 的最新特性之一——泛型交互。像往常一样,这篇文章提供了一个激励人心的例子,并讨论了几种编写工具的方法。全部代码在 GitHub 上。 As a motivating example, let's find all calls to generic functions in a module, and the instantiated type arguments for that call. We'll use this code sample: 作为一个有启发性的示例,让我们查找对模块中的泛型函数的所有调用,以及该调用的实例化类型参数。我们将使用这个代码示例: ``` |
2
JvnaStudio 2022-09-19 16:40:30 +08:00
我用得谷歌翻译插件
|
3
danhua 2022-09-19 16:51:00 +08:00
同推彩云小译
|
4
leonleon 2022-10-01 03:05:06 +08:00
彩云小译貌似需要付费
|