Hi! Is there any way to search for a symbol name o...
# getting-started
j
Hi! Is there any way to search for a symbol name only in Kotlin’s standard library? The search behavior in the top bar is too broad, I don’t want to search for guides or articles, I only want results in the API reference of the standard library.
l
google advanced search might help - here’s a search for ‘pointers’…
j
yep, this seems to be the only solution 😕
For DuckDuckGo users: you can use
<your_search> site:<https://kotlinlang.org/api/latest/>
to search the API reference. I removed the
jvm/stdlib/
part which doesn’t work, unlike Google.