Francis Vachon

- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 10
- Subscriptions 9
-
Edited Auto-complete working for in JSX react but suggestions not showing
Hey, Using webstorm (see full details below). So auto-complete with JSX react kind of work, but the suggestions are not popping up within JSX context. For example - I have `fori` as a shortcut for ... -
Created Live templates - providing default values from the template text
AnsweredHey,I know I can set defaults values with the UI ("Edit Variables"), but any way to do that directly with the syntax in the snippet? For instance:foo = $bar$ * 2 Let's say I want "bar" to be 42 by ... -
Created File and Code template - creating new code templates
From the docs about creating templates: You can edit the templates available on this tab to modify how WebStorm generates these constructs, but you cannot create new ones. To create custom code sn... -
Created HTML lives templates not working in Pycharm (but Python templates do)
Hey,I'm using live templates in Python with Pycharm and they work fine. I'm trying to enable some for HTML but I can't seem to get it to work: And yes the context is set: And the page an HTML... -
Created Autocomplete not working with libraries outside of core python libs
Auto-complete doesn't work in Basically, if I import anything from the standard lib, such as os, autocomplete works as expected: However, for anything else, such as numpy say, no auto-compl... -
Created Bug with scientific mode / loss of functionality vs matplotlib
Hey,Not sure if this should be classified as a bug.But out of the box Pycharm uses defaults that produces either a bug or at the very least a loss of functionality vs matplotlib.Seems that when you... -
Edited Pycharm not installing new packages in venv if inheriting global site packages
AnsweredHey,I'm testing virtual environenment. So I create a new project (without inheriting global site packages). I can see that listing stuff etc... shows nothing is inherited from global packages. I ca... -
Created Pycharm interpreter path seing non-sensical files & folders
Hey, I'm using a virtual env for a project. Works great until I want to import matplotlib.pyplot. I get the tkinter error.Hmmm okay. So I find tkinter folder on my computer (with find, on linux). S...