is it possible in idea searching only in the lines...
# random
e
is it possible in idea searching only in the lines modified since last commit?
h
Yes, in the Find in Path dialog, choose Scope, then in the combobox choose "Changed Files" under VCS Scopes
Well I guess that's files not lines, but AFAIK that's the closest thing
v
I use "Show Local changes" in VCS
e
thanks Brian!