Jarad
- Total activity 166
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 63
- Subscriptions 36
-
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... -
Created Tkinter Doc Code Hints Documentation Stubs CTRL + Q General
AnsweredMain Problem: PyCharm is not giving me helpful parameter doc strings. CTRL+Q pulls up a GENERAL tkinter documentation, not the specific documentation to a specific method or class. In VSCode, it do... -
Edited How to Rerun Script Using Keyboard Shortcut in Same Tab
AnsweredFirst, my "Run/Debug Configurations" under Execution has "Run with Python console" set. The problem: I want to rerun the Python script in the SAME Python Console tab WITHOUT having to use my mouse ... -
Created Windows 10, Virtualenv, Django 2.0, Terminal and Setting Environment Variables
What I am doing currently I use PyCharm's new project setup wizard to create Django projects. I set a virtualenv. In the virtualenv's activate.bat and deactivate.bat, I edit those manually to set e... -
Created Generate HTML Form Auto-completion From Dot Notation (what keys to press?)
This should be a quick question. I have no idea what this feature below is called. I'm following an online course, noticed the presenter do this, tried it in PyCharm, seems to do something because ... -
Created PyCharm Terminal Pressing Up and Down Keyboard Keys Doesn't Show Previous Commands
AnsweredWhen in Terminal, I thought I have been able to press the up arrow on my keyboard and the previous command I typed would appear. Currently, this doesn't work. Do I have to enable something to have ...