loufigoGo
loufigoGo
Thank you for the response @Patrick-Erichsen . I'm really looking forward to JetBrains' dev_data including completion and accepted fields, and I hope vscode's dev_data can add timestamps too. Could you...
Great, but I noticed that my .continue/dev_data still hasn't updated the autocomplete.jsonl with jetBrains-IDE. I have used the dev branch for packaging and compiling .
In autocomplete.jsonl, I need the timestamps field to understand when users use autocomplete for easier filtering. Otherwise, I would have to check devdata.sqlite at the same time, which is quite...
``` fun accept() { val completion = pendingCompletion ?: return val text = completion.text ?: return val editor = completion.editor val offset = completion.offset editor.document.insertString(offset, text) editor.caretModel.moveToOffset(offset + text.length) val...
> > ### Validations > > > > * [ ] I believe this is a way to improve. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions > >...