Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Hannes
Total activity
11
Last activity
October 19, 2022 06:16
Member since
July 18, 2017 18:58
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
2
Activity overview
Posts (2)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
October 19, 2022 06:16
I solved it all, copilot is finally working as it should.Thanks for the hints.
Community
IntelliJ IDEA Open API and Plugin Development
How to take the completions offered by Github CoPilot and re-offer them with proper inserting control
1 vote
Created
October 18, 2022 16:25
1) I responded there, sadly those examples are not javascript and didn't work when I tried to adapt2) I will dive into that, thanks!3) Understood4) So a comment "// depends-on-plugin com.github.cop...
Community
IntelliJ IDEA Open API and Plugin Development
How to take the completions offered by Github CoPilot and re-offer them with proper inserting control
0 votes
Created
October 18, 2022 16:22
Hello Yann, I have been through that list already, there are sadly no Javascript/Nashorn examples on the page and adapting the answers there to Javascript did not work out. None of them are compati...
Community
IntelliJ IDEA Open API and Plugin Development
IDE Scripting Console - Nashorn Javascript (default) - how to bind an action ?
0 votes
Created
October 18, 2022 13:12
I'll try to summarize the problem and what I want:The problem:The CoPilot completions are in most cases 5-10 lines long, they start at the caret position and extend to multiple lines of code.What I...
Community
IntelliJ IDEA Open API and Plugin Development
How to take the completions offered by Github CoPilot and re-offer them with proper inserting control
0 votes
Created
October 18, 2022 01:44
Hi Yann,I've decompiled it and been reading a lot (given I am not a java dev it was a bit slow)They do not seem to use that method, the completions are rendered as images. com.intellij.openapi.edit...
Community
IntelliJ IDEA Open API and Plugin Development
How to take the completions offered by Github CoPilot and re-offer them with proper inserting control
0 votes