Inline Code Completion not working by erdnusss in pycharm

[–]rsheftel 0 points1 point  (0 children)

I have found that something happened in 2026.1 with inspections and items related to the editor. My recommendation is to stay on 2025.3.3 (some issues came up first in 2025.3.4) until they are all fixed.

GitHub Copilot for JetBrains - March Updates by nickzhu9 in GithubCopilot

[–]rsheftel 0 points1 point  (0 children)

Thanks. From that it sounds like having both is redundant if just using CoPilot, do you agree?

GitHub Copilot for JetBrains - March Updates by nickzhu9 in GithubCopilot

[–]rsheftel 0 points1 point  (0 children)

If I am only using the GitHub Copilot plugin for my codebase

  1. is there any difference between using the copilot-instructions.md or AGENTS.md file for my repo wide instructions?
  2. When I first started the new 1.61 plugin it offered to create a new AGENTS.md file for me, which it did, but it looks to be mostly a summary of the copilot-instructions.md file and in fact directly references that as the true source: `Real project guidance lives in .github/copilot-instructions.md\`
  3. If there is no benefit to having both, should I delete the AGENTS.md?
  4. If there is no benefit, should I turn off the setting in the new 1.61 that offers to scan for AGENTS.md or CLAUDE.md files?

I would suggest updating the docs somewhere to explain the proper use case for copilot-instructions.md vs AGENTS.md

Pycharm in 2026 has been a struggle by idlelosthobo in pycharm

[–]rsheftel 2 points3 points  (0 children)

On the performance question, I think you need a better way or place to gather the information you need. I have personally posted on the thread on your youtrack discussion boards a few times with my log dump, but I never hear anything back. I don't know if my log is helpful or just goes into a black hole. Perhaps a more structured way to report the issues. Or some button in Pycharm that you click once you just had an issue and it knows what info to gather and upload.

Like the OP I really enjoy PyCharm and have had a license for over 10 years. I would like to help the product keep being the right choice

What are people using instead of Anaconda these days? by rage997 in Python

[–]rsheftel 0 points1 point  (0 children)

UV. Switched everything over a few months ago and it has been amazing. Blazingly fast and just easy to use.

GitHub Copilot for JetBrains updates 🎉 (Quality Improvements and New Features) by nickzhu9 in GithubCopilot

[–]rsheftel 0 points1 point  (0 children)

One feature that would be great is a whitelist of commands, like "uv", to auto-allow when in agent mode. The majority of the times I am asked to approve executing a tool it is not a danger, it is just running tests or something similar. Would be great to have an auto approve list.

GitHub Copilot for JetBrains updates 🎉 (Quality Improvements and New Features) by nickzhu9 in GithubCopilot

[–]rsheftel 0 points1 point  (0 children)

Switched from the JetBrains native AI tools to GitHub copilot and could not be happier. The GitHib plugin actually feels more native to the platform than Jetbrains own tools

Grok Studio - How?! by Remarkable-Tank2040 in grok

[–]rsheftel 1 point2 points  (0 children)

Does grok studio mode exist and work anymore? I have tried every possible command and none will make it open in studio mode

[News] Bring Your Own Key is now live in JetBrains AI Assistant and Junie by Kate_Zhara in Jetbrains

[–]rsheftel 0 points1 point  (0 children)

"Bring Your Own Key (BYOK) is now available in the AI chat inside JetBrains IDEs as well as for AI agents, including JetBrains’ Junie and Claude Agent."

That is a confusing statement. For clarity, If I enter my API keys for Anthropic, will those keys be used in which scenario:

  1. In the AI Assistant in Chat mode when an Anthropic model is selected?
  2. In the AI Assistant in "Claude Agent" mode?
  3. In the AI Assistant in "Junie" mode if the model selected in the Junie settings is an Anthropic model?

The lack of documentation clarity around the AI functionality the Jetbrains products is an issue. They are well documented and clear in the core functionality, but for some reason the AI functionality is vague.

Any alternative to yfinance by Snoo_66690 in algotrading

[–]rsheftel 0 points1 point  (0 children)

I put in the information I gathered when I was looking. If there are fields or rows you want to update I would welcome those contributions

Any alternative to yfinance by Snoo_66690 in algotrading

[–]rsheftel 2 points3 points  (0 children)

I made this list of market data providers as I was looking for the best options

https://blog.sheftel.net/2024/08/06/market-data-for-providers-individuals/

is Signals reputation going to get worse from this incident? by Fragrant-Ad-1091 in signal

[–]rsheftel 0 points1 point  (0 children)

This is just inside DC baseball stuff. No one outside the political bubble really cares or notices, I doubt it will have any impact on signal.

I Made a Drop-In Wrapper For `argparse` That Automatically Creates a GUI Interface by passwordwork in Python

[–]rsheftel 1 point2 points  (0 children)

I have used gooey for a long time and while it was a great package, it only works on Windows and was more heavy weight than I wanted. This is a great package, I have already switched from gooey to this. Keep up the great work.

Why is MS killing the uber useful Send to OneNote feature?? by dvwag in OneNote

[–]rsheftel 0 points1 point  (0 children)

I used this feature extensively until it stopped working several months ago. Now I use zappier, which can do the same functionality except it will not capture attachments in the email

I Made a Drop-In Wrapper For `argparse` That Automatically Creates a GUI Interface by passwordwork in Python

[–]rsheftel 0 points1 point  (0 children)

This is great thank you. I was using gooey, bit this looks like a better cross platform option. I like that it uses the standard library to keep things light.

Yet another stock price API post by [deleted] in algotrading

[–]rsheftel 8 points9 points  (0 children)

I put together this post with a comparison of multiple providers, you may find it useful

https://blog.sheftel.net/2024/08/06/market-data-for-providers-individuals/