为 grep 输出文件中的行创建超链接
Make hyperlinks to lines in files of grep output
有时我在 PyCharm 终端中使用 grep
,因为 PyCharm 搜索不符合我的需要。
有没有办法以 PyCharm 为找到的行创建 hyperlinks 的方式生成 grep 的输出,这样我就可以通过单击link?
find abc/ -name '*.py' -mtime -3 |xargs grep -P 'assign.*date'
abc/institution.py: assignment = slot.assignment.order_by('-date')[0]
abc/apl/views.py: already_sent_qs = qs.filter(assignment__date...
abc/apl/views.py: obj.assignment.all().update(info_mail_sent_date...
示例:我想去看第一场比赛:
assignment = slot.assignment.order_by('-date')[0]
文件 abc/admin/institution.py
看起来这是 this ticket 中要求很高的功能,6 年前就开始了。 jetbrains 开发人员的评论表明,当他们进行更新时,它将适用于所有工具。
如果您的团队拥有付费许可,我建议您对您希望看到的门票进行投票
有时我在 PyCharm 终端中使用 grep
,因为 PyCharm 搜索不符合我的需要。
有没有办法以 PyCharm 为找到的行创建 hyperlinks 的方式生成 grep 的输出,这样我就可以通过单击link?
find abc/ -name '*.py' -mtime -3 |xargs grep -P 'assign.*date'
abc/institution.py: assignment = slot.assignment.order_by('-date')[0]
abc/apl/views.py: already_sent_qs = qs.filter(assignment__date...
abc/apl/views.py: obj.assignment.all().update(info_mail_sent_date...
示例:我想去看第一场比赛:
assignment = slot.assignment.order_by('-date')[0]
文件 abc/admin/institution.py
看起来这是 this ticket 中要求很高的功能,6 年前就开始了。 jetbrains 开发人员的评论表明,当他们进行更新时,它将适用于所有工具。
如果您的团队拥有付费许可,我建议您对您希望看到的门票进行投票