LoginSignup
0
0

More than 5 years have passed since last update.

Github の pull request のページで Go のテストファイルを折りたたむブックマークレット

Last updated at Posted at 2018-02-06
javascript:document.querySelectorAll('.file-header').forEach((header)=>{name=header.querySelector('.file-info a').innerText;if(!/_test.go$/.test(name))return;button=header.querySelector('button.js-details-target');button.click();});

Go のコードレビューをするとき、テストは後で見るから いったん実装部分だけ一覧したいよ、というときがある。

そういうときはテストファイルの差分が邪魔なので、テストファイルを全部折りたたむブックマークレットが上記。

折りたたんでるときにもう一度実行すると、元に戻る。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0