-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Remote IDEs] Not generating the code for IntelliJ IDE Java opened files. #3235
Comments
Thanks for the report @mg665826. It seems to be the Gemini context issue, which may result from a few things. How many files do you have open when you request this? Is the file you are writing unit test for is large, how many lines? |
I have only opened two Java files. I am requesting that JUnit be generated for a single method. |
I see, thanks @mg665826. Could you please reproduce it, and then send us a feedback report with all the logs, and mention |
Feedback has been submitted. |
Thanks, looking at it |
From your feedback, it seems all files were closed when you opened a chat. Gemini chat uses currently opened files for context, it doesn't use all files from your project automatically. It seems completion worked fine for you with opened files. Could you please try with opening files you need for chat requests in the editor, and see if it helps? |
Files are already open in the IDE. This problem was only reported for opened files. FYI, my code is on a Linux machine, and I am using the JetBrains gateway for Remote IDE. |
Thanks @coolmg. Does it only happen on a remote IDE? Does it work properly on local IDE? |
Yes, it works on local IDE, not working with remote IDE |
Thanks, this is very helpful. We are not technically fully supporting remote IDEs yet, but we are looking into this. We'll update where we'll know more. |
It worked fine a month ago, but I am having this problem recently. |
@coolmg we didn't make any specific changes to selecting files to be sent with the request. Was it a version change on the IDE side then - did you upgrade your IDE, Gateway, anything else that could have caused files not being selected (or maybe disallowed)? |
(Please ensure you are running the latest version of Cloud Cloud IntelliJ with Help > Check for Updates.)
Code assist is not generating code based on the files that are opened in the IDE.
Prompt in Code assist : "write Junit tests for deleteSyslogConfiguration method"
(screenshots are often helpful)
Expected Behavior
Actual Behavior
Additional Information
Feel free to deviate from this template as needed, especially if you are submitting a feature request.
The text was updated successfully, but these errors were encountered: