intellij-treeInfotip
intellij-treeInfotip copied to clipboard
IDEA项目结构树中的节点添加显示自定义备注文本IDEA DirectoryNode adds custom text for display
path跳转
大佬,求可以添加,通过点击DirectoryV3.xml中配置的 tree属性path跳转到对应的文件或目录
存储到 1. {project}/.idea/DirectoryV2.xml 2. {project}/.vscode/DirectoryV2.xml
https://github.com/Muromi-Rikka/folder-alias
Hi there, Nice plugin. I would like to use coloring without having to select an icon (using default folder icon as it is by IDE). Actually the dropdown always is...
使用场景就是 工程根目录不是git目录 提交git的时候 每个配置文件需要提到单独的子工程下 --XX项目(自建目录) ----A工程(git) ----B工程(git) ----DirectoryV3.xml
一个项目 我添加了很多备注,另一个人下载项目后,却无法显示备注 重启idea后也不行 试了下 修改文件就可以了
jetbrains 和vscode 的插件 这个插件的确是我想要的功能...但是唯一不足的就是 配置文件放到跟目录..不好..应该放到 应该把配置放到.vscode 或者.idea 编辑器目录里面..这样方便管理..而且在拷贝代码的时候也不会拷贝配置文件目录出去..希望作者能改进下..谢谢
### IDEA Version IDEA 2024.2.3 (ULtimate Edition) ### Error Message  ``` com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.plugins.infotip.action.ActionDescriptionColorOrIcon' must override `getActionUpdateThread()` and chose EDT or...