bobo.yang
656c2287e4
fix lint error
2024-11-28 13:15:44 +08:00
bobo yang
d1321f4863
feat: Enhance VSCode text selection handling
...
- Add functions to get selected and visible text
- Update visible_lines() to use new get_visible_text()
- Refactor selected_lines() to use get_selected_text()
2024-11-28 12:48:01 +08:00
bobo
7c30ca2135
fix lint error
2024-07-18 16:22:22 +08:00
bobo
f9fe89c5c0
feat: Remove unused RPC call for symbol definitions
...
- Delete get_symbol_defines_in_selected_code() function
- Clean up unused RPC call decorator
- Improve code organization in vscode_service.py
2024-07-18 15:45:04 +08:00
bobo
6ef65bc3ca
feat: Add select_range method to IDEService
...
- Implement new RPC method for text selection in files
- Include parameters for file name and selection coordinates
- Add functionality to cancel current selection
2024-07-18 15:44:06 +08:00
bobo
7f0b440e42
chore: Add autoedit parameter to diff_apply method
2024-07-04 17:07:59 +08:00
bobo
8a15ea83f2
fix lint error
2024-07-01 21:37:29 +08:00
bobo
a8b6b4ea63
feat: Add new IDE service methods
...
- Implement get_diagnostics_in_range for code diagnostics
- Add get_collapsed_code method for code collapsing
- Introduce get_extension_tools_path for tool path retrieval
2024-07-01 21:27:57 +08:00
kagami
dabd12f5cf
Adjust lib/ide_service
2024-05-09 22:23:49 +08:00