0

AndroidStudio has this source code display feature enabled by default that i find extremely distracting. It "compacts" source code by altering it's appearance. Original source code is displayed on mouse-over or expands on click. Screenshot below displays "enhanced" code and original code in a tooltip when mouse is hovered over the original code.

sample

Do you know how this feature is called and how could i disable it? I spent too long already going through all IDE settings unable to find it and get rid of it.

4
  • Could you please share idea.log ("Help | Show log in...") after restarting IDE? Commented Dec 28, 2017 at 8:28
  • This is the log: gist.github.com/c5be482fe6afcfadbe740fcf4fd5f266 Commented Dec 28, 2017 at 12:43
  • This feature is provided by "Advanced Java Folding". You could disable it or configure folding options in "Settings | Editor | General | Code Folding" Commented Dec 28, 2017 at 18:22
  • Thank you very much! You should post this as an answer so i can accept it. Commented Dec 29, 2017 at 10:19

1 Answer 1

1

This feature is provided by "Advanced Java Folding". You could disable it or configure folding options in "Settings | Editor | General | Code Folding"

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.