创建主题时使用正确标签的自动补全

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 个赞