Hey can you please tell me how to see source code in Intelli J idea , not able to find an option here.
Thanks a lot.
Hey can you please tell me how to see source code in Intelli J idea , not able to find an option here.
Thanks a lot.
Navigate to the src folder , and there you can find all your classes in your current project. Open the required one and you can see its source code.
No i mean the source code of the existing function in java, like in the video. how do I see source code of “println()”
Take the cursor to the function name and press Ctrl + Alt + B.