continue icon indicating copy to clipboard operation
continue copied to clipboard

Optimization suggestions in Jetbrains tools

Open Houtx opened this issue 1 year ago • 3 comments

Validations

  • [ ] I believe this is a way to improve. I'll try to join the Continue Discord for questions
  • [ ] I'm not able to find an open issue that requests the same enhancement

Problem

1.The support for the Light theme is not good, and the icons are displayed incorrectly.
image

2.The display of the context style is problematic. image

3.When searching for files using the @Files command, it currently matches the file names in sequential order. I would like to suggest modifying it to match file names that contain the specified keywords.

For example, if we have a file named "Test.java", when searching with the command "@Files ts", it should be able to find all files that contain the letter "t" followed by any character and then the letter "s" (similar to the file search feature in JetBrains IntelliJ IDEA).

4.Enhance the intelligent awareness of the current file context in the editor, making it more elegant, similar to GitHub Copilot Chat.

5.Improve the visual appearance of the UI, making it more appealing, similar to GitHub Copilot Chat or other AI assistants.

Solution

No response

Houtx avatar Jan 02 '24 08:01 Houtx

@Houtx Thanks for this feedback! I'll have the theme problems fixed by the next version, and can make the file search a bit "fuzzier".

For 4., are you hoping that Continue will by default have the open file included as context?

For 5., are there any particular things that you like about Copilot Chat or others that you could share?

sestinj avatar Jan 05 '24 21:01 sestinj

@Houtx Thanks for this feedback! I'll have the theme problems fixed by the next version, and can make the file search a bit "fuzzier".

For 4., are you hoping that Continue will by default have the open file included as context?

For 5., are there any particular things that you like about Copilot Chat or others that you could share?

@sestinj

For 4. I hope by default have the open file included as context.

For 5. When I click copilot chat the plus sign in the lower left corner, a list of currently opened tab files will be displayed for me to choose from. image

Houtx avatar Jan 08 '24 02:01 Houtx

The icon and editor color have been fixed in 0.0.27, and I've made the file search a bit fuzzier so that it will match inexact filenames.

I think for 4 I will make it an optional part of the system message. This way it will be up to each user whether they want this behavior.

We have a feature that is basically the same as this: if you click "+ Add Context" in the bottom right of the input box, it will open the dropdown where you can select context providers. You've given me a good idea though that the first items listed in the file dropdown should always be the currently open files, so I'll make this change for the next version.

sestinj avatar Jan 08 '24 22:01 sestinj