jfoster
- Total activity 65
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 25
-
Edited Fixing Python's Function Collapse Arrow Placement
Writing Python in pycharm, the expand/collapse arrow for functions moves to the end of the function signature, aligning with the closing parenthesis.This becomes a problem when dealing with long, m... -
Created Way to import iTerm2 Color Scheme into IntelliJ or Pycharm console?
AnsweredIs there a way to use the color scheme export from iTerm2 to affect the console colorscheme used in IntelliJ or Pycharm specifically? The XML-based color scheme file does not seem to be directly im... -
Edited Expectations of PhpStorm's default WordPress Code Inspection Lint OR Unused Symbols / Unused Declaration in Wordpress Theme add_filter
I've imported a wordpress site as a PhpStorm project using Jetbrains' recommended step. The site's primary child theme's `functions.php` contains a variety of overridden commercial plugin functions... -
Created How to disable EAP / Only Upgrade to Official (point) Releases?
I use Jetbrains Toolbox to keep Pycharm updated. Somewhere along the line I decided to join the EAP. I've decided I don't want to do EAP releases anymore, mostly because they constantly break my fe... -
Edited Idea: Add AI-powered code completion to Pycharm and other Intellij Products
TabNine sometimes predicts code completion far and above what pycharm can do. However, that plugin maker is unlikely to tune it to work really well in any one of the IntelliJ tools. For example, on... -
Created Alternative to in-line Auto-Import
Is there any way to perform pycharm's auto-import behavior as a dialog instead of using the inline, control-control-type-autocomplete method? Reason I ask is that this feature conflicts with the Ta... -
Edited Can not access Environment Variables specified on Django Tests in sub-tests
I have a high level Django test that runs at the project-level and has the Environment variables needed specified in the Configuration tab of Run/Debug Configurations. When I try to run an individu... -
Created Commit Dialog: Keep Selected Files After Returning from Warning / Error Review
AnsweredAfter I select some but not all of the unstaged files for commit put in my commit message and click commit, I may be presented with a warning. Such as a left-behind To-Do comment. If I choose to re... -
Edited Possible to Use Canary for Django Server JavaScript Debugger?
I really like how Pycharm lets me debug JavaScript in my Django application. It is kind of amazing, really. One thing I struggle with is that the Chrome application launched by the debugger has the... -
Created Proper Method for having VirtualEnvWrapper postactivate run for Pycharm Project
AnsweredI'm using virtualenvwrapper and have some custom postactivate and predeactivate scripts I need to run for setting environment variables. What is the appropriate way to have my pycharm project call ...