林万程

Results 46 comments of 林万程

大图建议点文件按钮,用浏览器打开 svg 查看,还能 Ctrl+F 搜索,后端工程师不太懂前端怎么写这几个功能。

你是直接打开文件的话只会展示当前文件的调用关系,对着方法右键才会显示其他文件的。

可否安装 PsiViewer 插件,点击引用处看下是不是 PyReferenceExpression,然后进入方法,看看是不是 PyFunction,调用关系查找的原理很简单,就是查找方法内的 PyReferenceExpression 然后 resolve 到 PyFunction 然后继续查找。 https://plugins.jetbrains.com/plugin/227-psiviewer https://github.com/LinWanCen/draw-graph/blob/a637dd9836287eb500f6abd73fb6632d4a243a54/src/main/kotlin/com/github/linwancen/plugin/graph/parser/python/PythonParser.kt#L44-L46 https://github.com/LinWanCen/draw-graph/blob/a637dd9836287eb500f6abd73fb6632d4a243a54/src/main/kotlin/com/github/linwancen/plugin/graph/parser/Call.kt#L14-L18

可否弄个demo给我调试下,我自己的demo没问题 ![Image](https://github.com/user-attachments/assets/17665472-7e74-4dee-a5f1-caf23a3c8e00)

plantuml框架也是用了graphviz的算法,其顺序规律我没研究过,你可以改源码标签里的调用定义顺序看看是不是会改变,可能我在这两个的调用定义顺序要倒着写入。

没有修改,我计划后面把这些地方的 map 和 set 都换成有序的,并传入一个参数判断在另外两个逆序,不过我在 demo 中发现似乎不是按定义顺序排序的,得研究一下。

是 IDEA 行末文本在打开连字模式时的 bug,另一个 API 太复杂我没去研究,你可以考虑关闭连字模式。

Three years have passed and IntelliJ IDEA has Chinese. I hope that postman can support Chinese. The working community that supports translation after the language pack will provide help. thank.

这个问题导致现在生成的模板 npm install 后都会报错不能用,希望对这个修复点尽快发个版本,感谢~ 修复路由在Vue3.4+ 出现的一系列问题 https://github.com/Tencent/tdesign-vue-next-starter/issues/678 https://github.com/Tencent/tdesign-vue-next-starter/issues/698