Author Topic: AI code generator integrations  (Read 7966 times)

smartin

  • Senior Community Member
  • Posts: 106
  • Hero Points: 3
AI code generator integrations
« on: July 04, 2023, 01:33:10 PM »
Hi.
I have tested some AI code generators in Visual Studio Code, namely copilot, IntelliCode, TabNine, and CodeWhisperer. They are actually quite good at some of the donkey work involved in programming.
Any chance of an integration for SlickEdit? If you want somewhere to start, my personal favourite is copilot.
Thanks.

garion911

  • Senior Community Member
  • Posts: 204
  • Hero Points: 13
Re: AI code generator integrations
« Reply #1 on: July 31, 2023, 03:21:44 PM »
I too would like this... I think mixed w/ Code Annotations, it could be a really useful feature.

mschifterForum

  • Junior Community Member
  • Posts: 6
  • Hero Points: 0
Re: AI code generator integrations
« Reply #2 on: August 23, 2023, 03:26:42 PM »
+1 on this. I'm using co-pilot for unreal engine development inside the visual studio Professional IDE. It's too much a time saver to not use it.

TKasparek

  • Senior Community Member
  • Posts: 248
  • Hero Points: 29
Re: AI code generator integrations
« Reply #3 on: September 12, 2023, 04:28:44 PM »
I would add Codeium to this list but I would be interested in support of any of them.

richmaes

  • Junior Community Member
  • Posts: 6
  • Hero Points: 0
Re: AI code generator integrations
« Reply #4 on: March 18, 2024, 04:04:37 PM »
I'd like to see this feature supported in some fashion. I can't speak to which integration is preferred, but my company just started some rollout training with Gitlab DUO and think there something happening with Copilot already. 

adsouza

  • Junior Community Member
  • Posts: 3
  • Hero Points: 0
Re: AI code generator integrations
« Reply #5 on: October 29, 2024, 08:50:57 PM »
I'd like to see github copilot integration with slickedit asap. Just got an enterprise license for copilot and I'd be forced to go to visual studio code if I want to use it.

Graeme

  • Senior Community Member
  • Posts: 2825
  • Hero Points: 347
Re: AI code generator integrations
« Reply #6 on: November 01, 2024, 03:05:58 AM »
You could have vscode running side by side with slickedit and write a slick macro to switch to vscode passing the current file, line number and column

code.exe --goto _mdi.p_child.p_buf_name : _mdi.p_child.p_line : _mdi.p_child.p_col


RaffoPazzo

  • Community Member
  • Posts: 79
  • Hero Points: 3
Re: AI code generator integrations
« Reply #7 on: June 08, 2025, 11:11:56 PM »
I have been a happy and proud SlickEdit user for more than decade. Recently I have been trying out one of the modern editors, specifically Zed (but I gather that Cursor is somewhat similar) and the AI integration is mind-blowing combined with their default AI Model (Claude Sonnet 4) it really is a game changer for coding. From what I understand this is "just" a matter of integrating via the open MCP protocol and allow the user to provide their own API keys for the AI Model. When you remove the AI integration, SlickEdit is by far more advanced, faster and richer in functionality. So if SlickEdit added AI integration it would continue to stay ahead of the pack. Are there any plans?

garion911

  • Senior Community Member
  • Posts: 204
  • Hero Points: 13
Re: AI code generator integrations
« Reply #8 on: June 09, 2025, 06:41:01 PM »
I suspect that I've owned SE in one form or another for 20 years. I'm getting more and more pressure to switch away. I'm going to miss my Brief bindings, but I'll adjust eventually to something new. I've come to conclusion that some form of AI plugin isn't available soon (in the next year?) I'll probably have to retire SE.

RaffoPazzo

  • Community Member
  • Posts: 79
  • Hero Points: 3
Re: AI code generator integrations
« Reply #9 on: June 10, 2025, 12:26:39 AM »
Whilst I don't want to insinuate that AI integration is easy, I do think that it's not rocket science either. It's very much achievable within one year. There are tutorials on the internet for super basic AI Editor workflows and take less than 500 lines of python. Again not to imply that it's an easy task. Especially because the deal breaker here is 100% around UX, after all it's the LLM that is in control of the responses that you get to your prompts and they are the same regardless of which editor you use. It's truly a race to the best UX and seamless integration with the rest of the tools.

Graeme

  • Senior Community Member
  • Posts: 2825
  • Hero Points: 347
Re: AI code generator integrations
« Reply #10 on: June 11, 2025, 11:07:42 PM »
Gemini 2.5 pro is great for coding - I think it's available for free with usage limits.  You can attach a github repo to a chat and gemini will import it for that chat.  I find "AI auto completion" more annoying than helpful so I have it turned off.