Searchable Help of Language references

Hello, I’m using IntelliJ IDEA and learning JAVA. I’m trying to find how to get help and documentation about a language reference, word, etc, but with a search function.

I’ve seen The Java® Language Specification but I can’t search for works. For example, if I search for “boolean” or “Date” or “String” I’d like to get all the information about those concepts. In other languages environments, I can press F1 or search the Help and get that information but I can’t find it in Java.

Thank you,
Eduardo

@Eduardo the best place is Java Documentation - Get Started. You should find this functionality here.

Excellent! thank you @Paul !