-
Notifications
You must be signed in to change notification settings - Fork 274
feat(inline completion): enhance inline completion supplemental context fetching #5256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
...tbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/project/LspMessage.kt
Fixed
Show fixed
Hide fixed
...tbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/project/LspMessage.kt
Fixed
Show fixed
Hide fixed
|
/retryBuilds |
...tbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/project/LspMessage.kt
Fixed
Show fixed
Hide fixed
...tbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/project/LspMessage.kt
Fixed
Show fixed
Hide fixed
...tbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/project/LspMessage.kt
Fixed
Show fixed
Hide fixed
...tware/aws/toolkits/jetbrains/services/codewhisperer/util/CodeWhispererFileContextProvider.kt
Outdated
Show resolved
Hide resolved
| while (c.sumOf { it.content.length } >= CodeWhispererConstants.CrossFile.MAX_TOTAL_LENGTH) { | ||
| c = c.dropLast(1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks nice, but maybe optimize
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yea agreeeeeeeee
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let me follow up on it
|
|
||
| enum class InlineContextTarget(private val v: String) { | ||
| CODEMAP("codemap"), | ||
| BM25("bm25"), |
Check warning
Code scanning / QDJVMC
Unused symbol Warning
| enum class InlineContextTarget(private val v: String) { | ||
| CODEMAP("codemap"), | ||
| BM25("bm25"), | ||
| DEFAULT("default"), ; |
Check warning
Code scanning / QDJVMC
Unused symbol Warning
…6356) ## Problem corresponding JB change aws/aws-toolkit-jetbrains#5256 (vscode logics has been implemented) ## Solution --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
…ws#6356) ## Problem corresponding JB change aws/aws-toolkit-jetbrains#5256 (vscode logics has been implemented) ## Solution --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
…ws#6356) ## Problem corresponding JB change aws/aws-toolkit-jetbrains#5256 (vscode logics has been implemented) ## Solution --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
…ws#6356) ## Problem corresponding JB change aws/aws-toolkit-jetbrains#5256 (vscode logics has been implemented) ## Solution --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
…ws#6356) ## Problem corresponding JB change aws/aws-toolkit-jetbrains#5256 (vscode logics has been implemented) ## Solution --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
Types of changes
Description
Introduce repomap fetching to on top of the existing opentabs context
codemapopentabsorcodemapemptyLicense
I confirm that my contribution is made under the terms of the Apache 2.0 license.