Re: AI assistant for NetBeans

2024-02-11 Thread Ty Young
It's 2024 and people are emailing a storm about adding AI to a Java IDE that can't rename or move classes/interfaces without falling over itself. What a time to be alive. On 2/8/24 9:54 AM, Sam Lalani wrote: I was wondering if there are any plugins or any plans to add an AI assistant to

Re: AI assistant for NetBeans

2024-02-11 Thread Andreas Reichel
Greetings! On Sun, 2024-02-11 at 16:39 -0500, Benjamin Neuman wrote: > Sincerely wish my favorite IDE netbeans would recognize where the > future lies but it is losing ground and relevance quickly. Why not use your AI tool in IntelliJ and write the plugin for Netbeans quickly? Win-win-situation!

Re: AI assistant for NetBeans

2024-02-11 Thread Owen Thomas
NetBeans appears to give me everything I need without harassment. I think there are magic pixies at IntelliJ waving moral fingers at me to be more like them, because they keep telling me that they walk in the garden of Eden. On Mon, 12 Feb 2024 at 09:47, Geertjan Wielenga <

Re: AI assistant for NetBeans

2024-02-11 Thread Geertjan Wielenga
Several people in this thread still, after all these years, seem under the mistaken impression that there are magic pixies creating things in NetBeans. There. Are. No. Pixies. There. Is. Only. You. You are NetBeans. Missing a feature? Then create that feature. You don't want to create that

Re: AI assistant for NetBeans

2024-02-11 Thread Owen Thomas
On Mon, 12 Feb 2024 at 08:40, Benjamin Neuman wrote: > To the luddites, I believe you are going to be left behind. > Better watch out then.

Re: AI assistant for NetBeans

2024-02-11 Thread Benjamin Neuman
To the luddites, I believe you are going to be left behind. I am an experienced developer and am using intellij with copilot to quite successfully be more productive. The technology is advancing rapidly. Sincerely wish my favorite IDE netbeans would recognize where the future lies but it is losing

Re: AI assistant for NetBeans

2024-02-11 Thread Ulrich Mayring
Hi Alonso, sure you can. And I would add that an AI anyway has a much better chance to do well in a meeting than writing code. And that is not a joke! Kind regards, Ulrich Am 11.02.24 um 19:35 schrieb Alonso Del Arte: > If I could send an AI to a meeting, that would free me up to write

Re: AI assistant for NetBeans

2024-02-11 Thread Alonso Del Arte
> If I could send an AI to a meeting, that would free me up to write high quality code that beats any AI :) That's hilarious! Can I put in my stand-up act? AL On Sun, Feb 11, 2024 at 8:36 AM Claus Lüthje wrote: > Hi Ulrich > I couldn’t agree more! > Each tool has a specific focus. It

Ant Project Group

2024-02-11 Thread Sean Carrick
Hey all! I am going to start by saying that I prefer Ant+Ivy for development of my projects over Maven, so please do not ask why I do not switch to Maven. NetBeans allows for creating /Project Groups/ to group projects together and I fully understand how to accomplish that, but I am

Re: AI assistant for NetBeans

2024-02-11 Thread Claus Lüthje
Hi Ulrich I couldn’t agree more! Each tool has a specific focus. It shouldn’t be mixed. Regards Claus > Am 11.02.2024 um 12:39 schrieb Ulrich Mayring : > >  >> >> Maybe I'm wrong and I'm just a modern-day Luddite. I'd be interested to know >> if there are any genuine real-world cases where

Re: AI assistant for NetBeans

2024-02-11 Thread Ulrich Mayring
Maybe I'm wrong and I'm just a modern-day Luddite. I'd be interested to know if there are any genuine real-world cases where AI code is useful. I think not for developing software. As others have pointed out, if you are not an expert, it is dangerous, because you cannot verify the results

Re: AI assistant for NetBeans

2024-02-11 Thread Stefan Holst
I think one should develop tools that help you with using APIs. Autocompletion is one nlp technique we all like. If the IDE got to a point where you add a nb platform to it and it made suggestion on semantic matches rather than syntax, many would use it. I think this could help to speed up