About 94,300 results
Open links in new tab
    Upvotes24edited Aug 18, 2021 at 20:38

    Official instructions: wrong or out of date?

    The official instructions from JetBrains at https://www.jetbrains.com/help/idea/how-to-use-wsl-development-environment-in-product.html#debugging_system_settings for configuring the Windows Firewall has two parts

    (Official) Step 1: allow traffic from WSL (this is right)

    The first step in the above link is to...

    New-NetFirewallRule -DisplayName "WSL" -Direction Inbound -InterfaceAlias "vEthernet (WSL)" -Action Allow

    This command works and adds the new rule.

    (Official) Step 2: Remove blocking inbound traffic t...

    Content Under CC-BY-SA license
    Was this helpful?
  1. How to install and run IntelliJ Idea for Linux in WSL2 - GitHub Pages

  2. Running IntelliJ IDEA in WSLg (Window 11) - Chen …

    Aug 5, 2021 · Install IntelliJ IDEA IDE. I’ll be using Jetbrain’s Toolbox to install the IDE. Download the tarball .tar.gz from the official website. Extract the folder out. E.g. Execute the application and click Install button on the version that …

  3. The complete guide to using WSL in Jetbrains IDEs

    Nov 26, 2022 · Jetbrains Gateway is Jetbrains’ push towards better remote development support. In simple terms, you use the Gateway’s client to connect to any remote host via SSH, and this includes WSL. Gateway will install …

  4. The definitive guide to Intellij IDEs with WSL2 - DEV …

    Dec 11, 2020 · The definitive guide to Intellij IDEs with WSL2. # wsl2 # phpstorm # windows # webdev. Hey everyone đź‘‹. TLDR: Now you can use IntelliJ IDEs installed on Windows & store projects on Linux filesystem without needing to …

  5. Setup and run IntelliJ in WSL2 - stephencowchau.medium.com

  6. People also ask
  7. How to correctly set up IntelliJ with WSL2 - Stack …

    Apr 15, 2021 · All three of these methods worked for me and allow me to have all Windows Firewall profiles (Domain, Private, Public) enabled, and Java now runs correctly in IDEA on WSL2 projects located in the WSL2 filesystem.

  8. Installing IntelliJ IDEA on WSL for a Complete Linux-Ubuntu Dev ...

  9. Intellij IDEA from WSL2 - Developer's Corner - GitLab

    Oct 23, 2020 · Install IntelliJ on WSL2. Install Jetbrains Toolbox. Intellij IDEA does not have plugin such as Visual Studio Code Remote Development, nevertheless it is possible to run linux GUI applications directly from WSL2 …

  10. The complete guide to using WSL in Jetbrains IDEs

  11. Some results have been removed