WebStorm remote development "IDE version" not showing up - webstorm

I'd like to try the remote development on WebStorm. But the IDE version field doesn't show anything. In the doc it shows there should be showing JetBrains IDEs, but as shown below none of them showing here. What's happening?? Thank.

Related

Django Debug Toolbar doesn't show

I'm using Django But Django Debug Toolbar doesn't show on Chrome & Firefox. I have done all steps for config, that said on the official site of Django-debug-toolbar.
Django Version: 3.1.4
Python Version: 3.9.0
Problem Solved, I tested 127.0.0.1:8000 on Microsoft edge and everything was ok but on chrome, firefox and ie the toolbar did not show.
If you have configured correctly and can't see the toolbar please check with other browsers, like edge
Thanks all.

Debug Cypress in WebStorm in 2021

Since the WebStorm debugging extension for Chrome is deprecated, how would I debug a Cypress instance? How do I select the correct Chrome instance (the Cypress one) to attach to in the "JavaScript Debug" config?
You can try attaching via the Attach to Node.js/Chrome run configuration (similar to VSCode recipes in Debugging Cypress tests in Visual Studio Code), but, as I mentioned in my comment at Debug Cypress in WebStorm, it worked for me neither in Webstorm nor in VSCode...
Did you try the Cypress Support Pro plugin? According to https://docs.cypress.io/guides/tooling/IDE-integration#IntelliJ-Platform, it supports debugging from the IDE

ember-cli-blanket not working

I have installed the plugin for 'ember-cli-blanket', using command:
ember install:addon ember-cli-blanket0
But when I run the tests using "http://localhost:4200/tests", nothing is loading I am getting just a blank page, no error in console also.
When I referred in some online tutorials, they asked to pass "data-cover" with the <script></script> tag. But no progress.
If i uninstall the plugin and run the tests it is working fine.
Can anyone tell what am I doing wrong or any more settings needs to be done?

no metro style templates in VS2012 ultimate on windows 8

I have a VM with windows 8 x64 bit and I installed VS2012 ultimate from microsoft webiste. It prompted me for the developer license - I clicked ok. It asked me to signin to microsoft account. I created one and signed it and it worked. but when I try to create new project, I didnt see any metro style app templates.
I tried uninstall and install again but no progress.
please help. I dont see the metro style folder in project templates \csharp.
when I downloaded http://go.microsoft.com/fwlink/?LinkId=247147 it went close, I saw the metro style folder in templates but the installation threw error at the end - iis8 install error and vs did not open either.
What was previously referred to as a "metro" template, is now the "Windows Store App" template.

Cannot debug javascript on webstorm

I'm trying to get debugging to work on ff/chrome. I've checked all the post that come up when you google.
What I've done:
- setup a ff profile
- setup a in place deployment and double checked the remote urls..
- all plugins are enabled (including Javascript debugger)
As it seems the webstorm debugging extension was not installed in firefox (or chrome). I cannot find anything on how to get it installed. (I've allready tried re-installing Webstorm)
When I debug a file, firefox opens, but displays no page and the url-bar is empty..
I'm using Webstorm 4.0 and Firefox 11
Although this post might be outdated:
You need to install the JetBrains IDE extension in the corresponding browser.
When this is done, check if the same host and port are specified for Webstorm as well as for the extension as well.