Misha Kozik
Misha Kozik
Sometimes it useful to comment out multiple lines. That can be done with the comment macro: ``` (comment (some-code-1) (some-code-2) (some-code-3)) ``` Maybe it's worth to mention that in style...
Click on thrift file in project view and select Refactor -> Rename Popup window show full file contents, in case of large files, buttons are hidden. 
As per documentation we can use :test-matcher key to affect the test namespaces. If I use it for example to exclude some test (like #"(?!(app.render.test)).*"), and run `lein bat-test cloverage`,...