林万程

Results 29 comments of 林万程

https://github.com/gretard/sonar-sql-plugin 这个插件里实现了,而且他的描述比较美观,可以参考 ![image](https://user-images.githubusercontent.com/14926671/86867307-2d771e80-c105-11ea-807c-8ad344efbc69.png)

前阵子写了个玩意,主要是基于上家公司工商银行的分布式批量框架只做依赖关系查看而不是编辑的需求自己捣腾的,之前用 Graphviz 做的不能拖动缩放,也没有缩列图,查看大型依赖图体验不是很好,这个用的库 Jtopo 有一定的局限性而且原作者已经不维护了,但是 dagre-d3 没有现有的缩列图等功能。 https://github.com/LinWanCen/JTopoGraphvizDot 用于程序生成批量作业依赖图,支持分组,可拖拽搜索,右键复制与打开链接,全屏可缩放并带缩略图 * 使用 Jtopo 插件,去 jq,支持 IE * 原理是使用 HTML5 的画布 canvas 绘制的像素图\ 不能像 [Graphviz]([dot])、[PlantUML]、[dagre-d3] 那样生成 SVG 矢量图\ 若您有转换 svg 的例子请在 [issues]...

考虑蚂蚁金服的流程图来实现也不错: https://charts.ant.design/demos/dagre-graph

I developed a plugin for this functionality: [Find Author](https://plugins.jetbrains.com/plugin/20557-find-author)

应该不影响功能,就是提示这个影响性能,2023.3 自家插件都一堆这个问题哈哈哈,我的 Show Comment 插件为了避免这个问题把功能都改异步了⊙ω⊙ 可以加个微信 LinWanCen ---Original--- From: ***@***.***> Date: Sun, Feb 4, 2024 16:45 PM To: ***@***.***>; Cc: ***@***.******@***.***>; Subject: Re: [gejun123456/MyBatisCodeHelper-Pro] Slow in EDT (Issue #974) 谢谢反馈...

As in IntelliJ IDEA Ctrl + Alt +H or Alt + F7, I wan to find all in project to analysis. I found the wrong way to use AST, AST...

thanks! The problem is solved. my program has some exceptions, and "FieldAccessExpr" do not parse to own field: ```java MethodCallExpr: Unsolved symbol in m.findAll(MethodCallExpr.class).forEach(expr -> { try { String call...

I dev a tool: https://github.com/LinWanCen/java-to-diagrams

去年 6 月在 B 站就有个四川的哥们希望支持 C#,没研究懂 Rider 注释的 API。

暂时没理解官方提供的例子,您如果能理解的话可以一起研究下。 官方社区答复:Rider 使用 ReSharper SDK(即不是IntelliJ SDK)来解析 C# 语法。 因此,期望编写 C# NET 来支持您的功能。 我认为检查样本项目可能有助于了解事情的运作方式。 由于我预计您也希望使用一些现有的基础设施,因此必须在 C# 和 Kotlin 代码之间发送数据。 为此,我建议查看协议示例项目(查看自述文件)。 https://intellij-support.jetbrains.com/hc/en-us/community/posts/16807048482450-How-to-get-CSharp-References-comment https://github.com/JetBrains/resharper-rider-plugin/tree/master/samples/CodeInspections https://github.com/JetBrains/resharper-rider-plugin/tree/master/samples/RdProtocol 官方 youtrack 问题请求答复: https://youtrack.jetbrains.com/issue/RIDER-105547#focus=Comments-27-9315968.0-0