No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    How many people use NetBeans?

    Hangout
    6
    15
    347
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • W
      walfin last edited by

      I’m thinking of creating a NetBeans Quasar plugin if I have the time and if there’s demand, but I won’t do it if nobody else uses NetBeans (not the most popular IDE nowadays).

      qyloxe 1 Reply Last reply Reply Quote 0
      • metalsadman
        metalsadman last edited by

        I used it in college doing java xd.

        1 Reply Last reply Reply Quote 0
        • qyloxe
          qyloxe @walfin last edited by

          @walfin said in How many people use NetBeans?:

          I’m thinking of creating a NetBeans Quasar plugin if I have the time and if there’s demand, but I won’t do it if nobody else uses NetBeans (not the most popular IDE nowadays).

          Visual Studio Code extension would be cool… 🙂

          1 Reply Last reply Reply Quote 0
          • dobbel
            dobbel last edited by

            Webstorm extension 🙂

            1 Reply Last reply Reply Quote 0
            • W
              walfin last edited by walfin

              @qyloxe @dobbel As I half expected, I guess I’m the only NetBeans user here 😞

              1 Reply Last reply Reply Quote 0
              • J
                jraez last edited by

                Pycharm, here.

                1 Reply Last reply Reply Quote 0
                • W
                  walfin last edited by

                  @qyloxe I’m trying out VSCode now as I am beginning to hate the NetBeans startup lag and lack of support for STYL.

                  I find the intellisense when using JS (not TS) worse than NetBeans (it gives prompts for lots of useless stuff in the dropdown menu), I hate the auto tag closing (which sometimes screws up my code) and I’m not used to the git interface (it doesn’t popup a commit box, and also I can’t figure out how to find a place where I can view the entire history tree of the repo). And the outline box doesn’t work for my JS files (unlike the navigator in NetBeans).

                  @jraez well that’s kinda basically WebStorm as well like @dobbel. WebStorm’s sibling.

                  qyloxe 1 Reply Last reply Reply Quote 0
                  • qyloxe
                    qyloxe @walfin last edited by

                    @walfin said in How many people use NetBeans?:

                    @qyloxe I’m trying out VSCode now as I am beginning to hate the NetBeans startup lag and lack of support for STYL.

                    I find the intellisense when using JS (not TS) worse than NetBeans (it gives prompts for lots of useless stuff in the dropdown menu), I hate the auto tag closing (which sometimes screws up my code) and I’m not used to the git interface (it doesn’t popup a commit box, and also I can’t figure out how to find a place where I can view the entire history tree of the repo). And the outline box doesn’t work for my JS files (unlike the navigator in NetBeans).

                    yep, most of the problems you mention are a matter of configuration/proper extension/ssd drive 🙂 For example this extension gives nice git graphs:
                    https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph
                    There are tons of extensions so as we can see in this topic - everybody likes something slightly else. I would hate a world, where everyone had to live and work the same way.

                    1 Reply Last reply Reply Quote 0
                    • W
                      walfin last edited by

                      @qyloxe nice, love the git graph extension.

                      1 Reply Last reply Reply Quote 0
                      • W
                        walfin last edited by

                        @dobbel I’m now trying out PHPStorm EAP.

                        1 Reply Last reply Reply Quote 0
                        • s.molinari
                          s.molinari last edited by

                          I used it many, many moons ago.

                          Scott

                          1 Reply Last reply Reply Quote 0
                          • W
                            walfin last edited by

                            I am loving IntelliJ’s debugging which just works out of the box with 0 config, not like VSCode & NetBeans! And debugging on both client and server side at the same time!

                            The code completion (for plain JS, not TypeScript) is better than both VSCode & NetBeans too.

                            dobbel 1 Reply Last reply Reply Quote 0
                            • W
                              walfin last edited by

                              Another thing I’m loving is that they have a setting for colour-vision deficient folks like me!

                              I never saw that before!

                              1 Reply Last reply Reply Quote 0
                              • dobbel
                                dobbel @walfin last edited by

                                @walfin Really JS debugging works flawless now in Webstorm/IntelliJ/ect ? That’s awesome. I used to have a LOT of troubles getting debugging to work in ALL previous versions. You use the latest 2020 version I suppose with Chrome Debug extension and then just ‘run’ Debug and it works?

                                1 Reply Last reply Reply Quote 0
                                • W
                                  walfin last edited by

                                  @dobbel I used the latest EAP for IntelliJ Ultimate (why limit myself to PHPStorm when I can have everything for free :P)

                                  I added chrome debug extension (all I needed to do was right click the icon and click Inspect in IDEA with IDEA running, and my breakpoints worked) and also xdebug helper (all I needed to do was left click on the icon and click Debug, then click Run->Start Listening for PHP Debug connections - it auto-detected the corresponding file in my project which was symlinked into my localhost Apache www root when it hit the breakpoint). I’m not sure about node.js server side debugging though (my APIs are developed in PHP as I use shared hosting). I’ll probably try debugging electron next. Cordova debugging in IDEA doesn’t seem possible yet, though (hope someone will come up with a guide for that).

                                  1 Reply Last reply Reply Quote 1
                                  • First post
                                    Last post