In Eclipse, there used to be a drop-down where i could click on ‘past searches’ so i could toggle back and forth between various search-history-results sets, is this possible in InteeliJ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Right-click the Find view: there is an item named
Recent Find Usages(You can also go to it usingCTRL+Ewhen you’re in the Find view). Usually,CTRL+Eis the contextual way to access history.Please note that it doesn’t save the results, but only the query. In other words, it executes the search again each time you use it.
Also note I’m using
IntelliJ 10.5.2, not sure about older versions.