continue icon indicating copy to clipboard operation
continue copied to clipboard

intelliJ plug-in packaging steps

Open Andyxion opened this issue 1 year ago • 3 comments

Validations

  • [ ] I believe this is a way to improve. I'll try to join the Continue Discord for questions
  • [ ] I'm not able to find an open issue that requests the same enhancement

Problem

Hello, I would like to know the intellij plug-in packaging steps. I modified a question and wanted to try to see if it was successful. I used ./gradlew buildPlugin to package it. After installation, I found that darwin-arm64, darwin-x64, win32-x64, build, index.js and other files were missing from the core folder in the installation directory. , making it unusable. When importing intelliJ IDEA, the following error message appears 截屏2024-03-18 11 30 54

Solution

No response

Andyxion avatar Mar 18 '24 08:03 Andyxion

@Andyxion I just added a section to our CONTRIBUTING.md: https://github.com/continuedev/continue/blob/main/CONTRIBUTING.md#jetbrains

Hopefully this is helpful! It's new so if you think I missed anything or the setup process still doesn't work, please let me know

sestinj avatar Mar 22 '24 01:03 sestinj

@Andyxion I just added a section to our CONTRIBUTING.md: https://github.com/continuedev/continue/blob/main/CONTRIBUTING.md#jetbrains

Hopefully this is helpful! It's new so if you think I missed anything or the setup process still doesn't work, please let me know

Hi, I also want to know how to build jetbrains plugin, in the CONTRIBUTING.md, has a step is "To package the extension, choose the "Build Plugin" Gradle configuration", but i can not find this configuration, after I import the continue's project, there are only "Run Plugin" and "Run tests" displayed, so could you tell me where's the "Build Plugin" configuration?

Thank you!

hu2013 avatar Mar 29 '24 05:03 hu2013