Closed
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.101.0
- OS Version: Ubuntu 24.04.2 LTS
Improvements for the implicit context changes for the copilot chat.
- Current file selections are not included by default, there are many reasons when you would want the llm to only scope in the current function/block.
- Even by using the shortcut mentioned
Shift+Tab, Enter
the context cannot be fine tuned with including specific lines automatically. - When you change a file the previous context (added by
Shift+Tab, Enter
) still remains in the list. Which also cannot be removed byShift+Tab, Enter
(it just opens that file).
Implicitly adding the current context (fine grained till line number) is a very good feature, and any other context (even the current file) can be easily added with the shortcut ctrl + /
.
Suggestion to bring this feature back.