如何在WebStorm中使用责任?

时间:2017-05-24 15:49:30

标签: javascript svn phpstorm webstorm

是否可以在WebStorm中使用svn blame

2 个答案:

答案 0 :(得分:3)

请参阅https://www.jetbrains.com/help/webstorm/2017.1/viewing-changes-information.html,使用注释。 Annotate 命令可从Version Control菜单的Subversion节点,Editor left gutter的上下文菜单,文件上下文菜单和文件历史记录视图中获得

答案 1 :(得分:2)

  1. 在VCS中启用git。
  2. 在VCS菜单中,选择Git,然后选择Annotate。
相关问题