Can Copilot suggest/generate PR/Commit messages on Pycharm? #78052
Replies: 39 comments 19 replies
-
Same here |
Beta Was this translation helpful? Give feedback.
-
+1 Can you change the title of this topic from "Pycharm" to "JetBrains IDE"? |
Beta Was this translation helpful? Give feedback.
-
just got a small commit message from copilot chat |
Beta Was this translation helpful? Give feedback.
-
As of my last update in January 2022, GitHub Copilot does not officially support PyCharm for generating commit messages. |
Beta Was this translation helpful? Give feedback.
-
any news on this thread? :) |
Beta Was this translation helpful? Give feedback.
-
I saw in the official Copilot princing page that it has "Commit message generation" but clearly not for Rider/JetBrains IDE so... |
Beta Was this translation helpful? Give feedback.
-
This is a feature that is absolutely needed. Jetbrains AI Assistant already supports it... I'm even thinking about trying it out and maybe switching to Jetbrains AI Assistant. |
Beta Was this translation helpful? Give feedback.
-
I miss some of the features of the AI Assistant, but when it went to a
costed option, I'd already renewed Co-Pilot for a year and couldn't justify
having both. Because I used the trial, I've no longer got the ability to
review whether the underlying AI Assistant suggestions have improved, so
unless the support PR suggestions via Co-Pilot, it'd be good if they could
incentivise switching and/or performing 7 days per year of re-evaluation.
…On Tue, 19 Mar 2024 at 00:31, Marcel Richter ***@***.***> wrote:
This is a feature that is absolutely needed. Jetbrains AI Assistant
already supports
<https://www.jetbrains.com/help/idea/work-with-commits.html> it... I'm
even thinking about trying it out and maybe switching to Jetbrains AI
Assistant.
—
Reply to this email directly, view it on GitHub
<#78052 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQM3D6XDCWJVW5TTPL2L6LYY6BNVAVCNFSM6AAAAABAJZYJVOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQMZUGI3DQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Regards,
Ray
|
Beta Was this translation helpful? Give feedback.
-
I have a trick to generate git commit messages using co-pilot
You can hit max token limit if changes are too much. I exclude new files from this to avoid this issue. Shortcut to write entire diff to clipboard on macos
You can customise diff command and add to alias based on your needs. |
Beta Was this translation helpful? Give feedback.
-
In fact, you can directly ask copilot chat to provide a commit based on the modified file. |
Beta Was this translation helpful? Give feedback.
-
It only looks at the modified file, the JetBrains AI looks at all changes
in the commit set (or at least in all open windows) and it uses the diff to
comment on the changes made, not just looking at the whole file and
summarising its purpose.
…On Tue, 21 May 2024 at 11:10, est7 ***@***.***> wrote:
In fact, you can directly ask copilot chat to provide a commit based on
the modified file.
—
Reply to this email directly, view it on GitHub
<#78052 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQM3D4G4W7YXH7TBNVXMXTZDMMSBAVCNFSM6AAAAABAJZYJVOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TKMBWGU4DE>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Regards,
Ray
|
Beta Was this translation helpful? Give feedback.
-
I installed VS Code then "code ." and use it to Copolit commits/PRs, but while this feature is nice to have in JetBrain IDEs. After using Copolit for awhile to do these messages the quality is pretty poor. You're not missing much except for obviously easy commits to write messages for. |
Beta Was this translation helpful? Give feedback.
-
I would really appreciate the functionality to generate the commit message integrated into the commit window in Rider (and other JetBrains IDE's) just like in VS Code. Switching to VS Code just to generate the commit message or pasting the div into chat so you can generate a commit message in the chat seems rather cumbersome. In most cases It would be quicker to just write the message myself. |
Beta Was this translation helpful? Give feedback.
-
I'd really like this feature too, for now I am using the workaround with the chat but it would be nice to have it integrated. |
Beta Was this translation helpful? Give feedback.
-
+1 Are there any updates on this? |
Beta Was this translation helpful? Give feedback.
-
I don't know why with VSCode this is possibile, but not with IntelliJ. :( |
Beta Was this translation helpful? Give feedback.
-
As none of the maintainers have replied, I'm sorry to announce that it hasn't happened yet and will not (probably). |
Beta Was this translation helpful? Give feedback.
-
I can highly recommend this plugin to you all: https://plugins.jetbrains.com/plugin/21335-ai-commits I've been using it for months now and after some fine-tuning of the prompt, it writes really good commit messages. You can find good approaches here: Blarc/ai-commits-intellij-plugin#18 |
Beta Was this translation helpful? Give feedback.
-
In the meantime, I found an alternative solution that I’d like to share with you. I’m using the CodeGPT plugin paired with Ollama locally, leveraging a language model (LLM) of my choice, in this case, Llama3.2. It’s ideal: it costs nothing, works entirely locally, and is fast. I highly recommend it to anyone looking for a similar solution. But still interested on an official solution. 😉 |
Beta Was this translation helpful? Give feedback.
-
Any update? |
Beta Was this translation helpful? Give feedback.
-
any update? |
Beta Was this translation helpful? Give feedback.
-
+1 any update? |
Beta Was this translation helpful? Give feedback.
-
any update? |
Beta Was this translation helpful? Give feedback.
-
any update? |
Beta Was this translation helpful? Give feedback.
-
any update? |
Beta Was this translation helpful? Give feedback.
-
any updates? |
Beta Was this translation helpful? Give feedback.
-
Using AI commits plugin requires an additional license, which we are already paying for CoPilot! |
Beta Was this translation helpful? Give feedback.
-
any update? |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
I get these feature with JetBrains AI assistant.
But I prefer Copilot. So, is there a way to get this feature?
Beta Was this translation helpful? Give feedback.
All reactions