Francis Vachon
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 10
- Subscriptions 9
-
Francis Vachon created a post, 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 ... -
-
Francis Vachon created a post, AnsweredLive templates - providing default values from the template text
Hey,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 ... -
Francis Vachon created a post, 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... -
Francis Vachon created a post, 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... -
-
-
Francis Vachon created a post, 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... -
Francis Vachon created a post, 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... -
Francis Vachon created a post, AnsweredPycharm not installing new packages in venv if inheriting global site packages
Hey,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...