jfoster
- 活动总数 70
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 27
-
创建于 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... -
已编辑于 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... -
创建于 Commit Dialog: Keep Selected Files After Returning from Warning / Error Review
已回答After 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... -
已编辑于 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... -
创建于 Proper Method for having VirtualEnvWrapper postactivate run for Pycharm Project
已回答I'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 ... -
创建于 Run Output Not Showing Responses
Previously, it seemed like I would see 200 responses in my Run console when I refreshed a page etc. I'm not seeing that in what seems like an all of a sudden way. Did I change my configuration by a... -
创建于 CMD-A won't select all from find text box, or current line in console 2019.1
已回答Since I upgraded to 2019.1, I can't hit command-A to select all the text in either the find text entry box or python console. I could have sworn this was available in previous versions. I see cmd-... -
创建于 Lost Keymaps / Project Environment Settings Upgrading to 2019.1
已回答I boldly upgraded to 2019.1 this morning, and it looks like all of my preferences were thrown out. The app went from dark mode to light, and none of my keymaps were working. I started just fixing t... -
已编辑于 Hotkey to move file tab to the left end (tab #1 space)
已回答I commonly want to arrange the primary file I'm focused on into the Tab #1 position in pycharm. For example, the view in #1, the form in #2 and the template in #3. This has me dragging tabs around ... -
创建于 Saving / Reviewing Previous Test Output
When I run a test in normal or debug mode, I sometimes want to go back and see the debug output from a completed run. (including how long the test took to run) I see there is an event log showing w...