Do you plan to add features like Cursor (AI code editor) to Fleet? I think it would be a great selling point to have similar features.
p
Pasha
10/22/2024, 1:30 PM
We're currently working on a bunch of new AI-related stuff, so yeah stay tuned. But could you please share what features you're waiting for the most? cc @gleb.melnikov
d
Daniele Segato
10/22/2024, 1:42 PM
The composer feature in Cursor in particular. If you don't know what it is, in a nutshell, you can describe an issue with the code or a new feature or whatever and it actually go and edit multiple files explaining what it is doing and how. You can follow-up with changes / discard them. And you can tell it which files are the context of the request
Another one: You can define rules for your project that are to be honored across the board, for instance you could say that every string has to be translated in English, Italian and French or that you want to use a particular library for some task etc.
cat thumbs 2
Daniele Segato
10/22/2024, 1:42 PM
(the rules are checked in the project with the code)