Jarad
- Total activity 166
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 63
- Subscriptions 36
-
Edited PyCharm 2020.2.4 Debugger Not Engaging (stuck)
AnsweredThe Issue I upgraded to 2020.2.4. When I set a breakpoint, the debugger "gets stuck" or doesn't engage the debugger. I haven't had issues with this in the past versions. Please see my image below. ... -
Edited Run Terminal Commands After Django Server Run/Debug Configuration Starts
AnsweredI am a Windows 10 user. When I run my Django Server Run/Debug configuration, I want that to also run terminal commands I'm currently doing manually. I did my due-diligence and searched on this foru... -
Created manage.py tool Test framework - Test Framework quit unexpectedly - Environment Variables?
AnsweredI use CTRL + ALT + R to open the Pycharm manage.py tool window. If I type "test" and hit enter, a Run window opens with a Test tab. In it, a red message reads "Test framework quit unexpectedly". Ju... -
Created How to always show the Favorites window indefinitely on start-up until otherwise closed?
Is there a way to permanently show the Favorites (Alt + 2) tool window whenever my PyCharm IDE launches? Or should I just memorize the Alt + 2 keyboard shortcut? If the Favorites window is open, th... -
Created How To Get Real-time Intellisense Code Completion in Python Console (Django Console) [picture]
AnsweredIs there a reliable way to get real-time code auto-complete while inside the "Python Console"? In below image, you will notice: In Python IDLE, when I open the parentheses, it shows the function p... -
Created Quick Way to Install the Latest jQuery, Bootstrap and Dependencies Locally?
Is there a quick PyCharm way of installing the latest jQuery, Bootstrap (4 at the moment) and dependencies (ex: popper) locally? Extra context I make new projects all the time in PyCharm. 99% of th... -
Created PyCharm Debugger Chrome Extension Rarely Works - Always Uninstall / Reinstall [Video]
I constantly have to uninstall JetBrains IDE Support Extension for Chrome, then reinstall it to get it to work. Please see this video illustrating the issue: https://youtu.be/toXto5q0hvg Am I doing... -
Created Keyboard Shortcut To Navigate To Next Line Inside Quotes Possible?
Is it possible to use a keyboard shortcut to navigate to the next line in the same relative position to where the caret is in the current line? For example, if my caret is positioned at the end be... -
Created PyCharm Emmet Multiple Formatting Question (ex: .p-4*3)
In PyCharm, using Emmet, if I do: .p-4*3<TAB> It outputs all on one line: <div class="p-4"></div><div class="p-4"></div><div class="p-4"></div> Is there a way to make it output this after pressing ... -
Created SCSS Error: Can't find stylesheet to import.
I am attempting to use @import in custom.scss. I marked the scss folder as "Resources Root". While typing out the word "variables", PyCharm does detect that _variables.scss exists because it sugges...