In my code on the line //some describtion text I can make Intention “Replace with block comment”. When I click Analyze/Inspect code I see inspections, but not intentions.
How does I can see all places in my module where I can make this Intention?
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.
“intention” is a quick action list for your current selection.
so there is no perfect final stage for the intention.
For example, select one line comment, you can do “Replace with block comment”, after it become block comment, you can do “Replace with end-of-line comments”, and it will reverse back.
You can not find all intentions, list them out, and fix all, because intention is not an error.