Is there some way to get the last working Eclipse plug-in back ?

I'd like to be able to do work with Eclipse as I figure out how to use VS Code (tried working with multiple projects yet in VS Code???).

I understand that Eclipse is no longer supported, but is there a way to get the last plug-in back ?

Doing an update in Eclipse removed the ConnectIQ plug-in.

  • Ok... progress.

    Started again with blank workspace, then File > Open Folder > WebRequest.

    Then File > Add Folder to Workspace > BulkDownload

    Then View > Run

    Then, below the big "Run and Debug" button there's a link that says "create a launch.json file".

    After selecting that I am presented a list that includes WebRequest and BulkDownload.

    I select WebRequest.

    Then I am presented a list of available debuggers. I select Monkey C.

    At THAT point, I see the triangle icon and a list box that was not there before.

    Selecting the drop down list, I now see an option Add Config (BulkDownload) along with some other options.

    I add the BulkDownload config file.

    At this point I can select a "Run App" item in the list and run the selected app. Ctrl F5 also runs the last selected app.

    Unbelievable that it takes all of that, and all the time and confusion along the way to get to this point.

    Rant removed.

    Thanks for your help.

  • No worries, glad it's working for ya now!

    I do think adding multiple projects is fairly unintuitive, as it's very tempting to try to add the parent folder of multiple projects and expect each child folder to be added as a separate project. I've prolly done that a couple of times.

    And you're right, the correct menu item is Add Folder to Workspace (as I said initially), not Open Folder (as I said later on). Sorry about the mistake in my previous comment, my bad.

    MSFT should really rename that menu item to "Add Project Folder to Workspace" or something.

  • I still use eclipse (2023-06 now) without any problems, completely don't feel VC.

  • I still use eclipse (2023-06 now) without any problems, completely don't feel VC.

    I feel ya, but I think Garmin wants to reach the largest audience possible so they chose the most popular IDE. AlphaMonkey stated that the complexity of Eclipse was a barrier to entry for devs. (Yes, VS Code has its own annoying quirks)

    I would personally never open Eclipse again for the rest of my life if it wasn't for some old CIQ projects with a custom build system that I haven't ported over yet.

    VS Code (and others) have a ton of modern features (some of which are already ~10 years old) which Eclipse either completely lacks (CodeLens) or implements poorly (e.g. Eclipse Quick Access is like VS Code's command palette, but worse, IMO.) Then there's features that Eclipse got years too late (multiple cursors / simultaneous editing in 2022, when Sublime Text, Atom and VS Code had them in 2013-2015.)

    IMO the only thing Eclipse is good for is dedicated Java development, but in that area it's been overtaken by IntelliJ and others.

    I wouldn't recommend Eclipse for new devs, and I used Eclipse every day at work for years.

    I def understand if you're happy with it and don't want to change tho. For example, I like Beyond Compare (which has been around for a long time) because it has certain features which aren't available in other apps, but I rarely open it because I rarely need those features. Other ppl look at it and they just see an app with an old UI that doesn't look good on Mac lol.