-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathall_main_tools.txt
More file actions
74 lines (73 loc) · 1.69 KB
/
all_main_tools.txt
File metadata and controls
74 lines (73 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
#
# Complete list of all main Python tools
#
# Author: Vaibhav-api-code
# Co-Author: Claude Code (https://claude.ai/code)
# Created: 2025-07-20
# Updated: 2025-07-20
# License: Mozilla Public License 2.0 (MPL-2.0)
analyze_dependencies_rg.py
analyze_dependencies_with_timeout.py
analyze_errors.py
analyze_internal_usage.py
analyze_unused_methods_rg.py
analyze_unused_methods_with_timeout.py
analyze_usage.py
ast_context_finder.py
ast_refactor_enhanced.py
ast_refactor.py
check_java_structure.py
common_usage_fixes.py
cross_file_analysis_ast.py
cross_file_analysis.py
dead_code_detector_with_timeout.py
dead_code_detector.py
dependency_checker.py
diagnose_parsing_issues.py
dir_stats.py
error_dashboard.py
error_handling.py
error_usage_hints.py
extract_block.py
extract_class_structure.py
extract_methods_v2.py
find_files.py
find_references_rg.py
find_text_v4.py
find_text.py
git_commit_analyzer.py
java_parsing_utils.py
java_scope_refactor.py
java_tools_batch.py
log_analyzer.py
method_analyzer_ast_v2.py
method_analyzer.py
migrate_to_config_paths.py
multiline_reader.py
navigate_ast_v2.py
navigate.py
organize_files.py
pattern_analysis.py
recent_files_v2.py
refactor_rename.py
replace_text_ast.py
replace_text.py
run_with_error_logging.py
safe_java_tools_fixed.py
safe_java_tools.py
safe_move.py
semantic_diff_v3.py
semantic_diff.py
show_structure_ast_v4.py
show_structure_ast.py
smart_diff.py
smart_find_references.py
smart_ls.py
smart_refactor_v2.py
suggest_refactoring.py
trace_calls_rg.py
trace_calls_with_timeout.py
tree_view.py