Autocompletion on creation Topic with the right tags

I’m looking for a new plugin or a functionnality that could do that :
When you create a new topic, it automatically propose existing tags or new tags according to the content of the topic.

Ex :
Is the usage of Flows on JetPackCompose recommended ?

val numbersFlow: Flow = flow {
repeat(60) { it →
emit(it+1) //Emits the result of the request to the flow
delay(1000) //Suspends the coroutine for some time
}
}

Potential tags displayed : JetPackCompose, Kotlin, Flow

The AI plugin supports this, although it is not automatic, it requires the user click on the AI icon next to tags (category suggestions are also supported). Here’s what it looks like:

3 Likes