Hi, thanks for sharing the info, appreciated
YUART
Hi, can you share an example?
That's true, and that's a hard part. I have some ideas on how to solve that problem, but I can't prove anything because this is the first time I'm working on a helper like that one.
That's also the reason why I decided to ask people - there is no point in engaging in complex problem-solving, like for that tool, to only find out that no one actually needs it
I believe those are tools that use general-purpose LLMs, which aren't tuned for refactoring specifically. So I guess a specifically tuned tool for refactoring will beat those you mentioned in refactoring tasks.
I also imagine a tool that is not AI-driven. While AI will be used for sure for some checks, I believe static checks and other "computable" heuristics will produce better output faster. I don't want to throw a bunch of prompts into AI and sell mediocre-quality software to people.
But overall, I think about what you said, but from another perspective - why have a separate webpage if such of helper can be built into IDE/editor? I think this is harder to do than to create a webpage, but maybe this will be better for users (developers).
Hi, thank you for the reply. I tried, but it didn’t suggest any useful.
Your suggestion about drawing edges is only visual - it doesn’t actually influence position of nodes on a graph.
Sometimes you need to execute some logic in a pipeline step, like rename a file or push JSON somewhere.
I mainly do things for Jenkins so I mainly code in Groovy. Most complex things I need to do is to manipulate some JSON, files, or strings. Send some messages to Slack, or push some data to DB.

Hi, hmm, I think that's almost the tool I had in mind. So if sonarqube exists, I guess there is no need for another tool in the same area. Thanks for sharing