eclipse-wildwebdeveloper / eclipse-wildwebdeveloper/wildwebdeveloper
Feature request: show values of object properties on mouse hover while debugging
Chưa có ai nhận issue này.
- Ngôn ngữ chính
- Java
- Star
- 201
- Fork
- 76
- Merge trung bình
- 4 ngày 7 giờ
- Pull request đã merge (30 ngày)
- 21
Mô tả
While debugging a Node application, hovering the mouse over a variable in the current scope will show its value in a popup. However, this does not work for variables' properties.
For example, hovering over a value named obj works, but not obj.propertyName, which instead just shows a documentation popup.
This means the only way to look up object properties is to use the Variables view, which can be cumbersome if a property is deeply nested (like obj.subObj.anotherSubObj.propertyName) or if the variable is in a nested scope (in which case you have to know/find the correct Block/Local/Closure scope that the variable resides in).
It would be helpful if the mouse hover popup could effectively do the work of digging through the Variables view for you.
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Hướng nghiên cứu
Bắt đầu bằng cách lần theo hành vi popup hiện có khi di chuột qua và cách Variables view phân giải các thuộc tính cũng như scope lồng nhau. Sử dụng ví dụ obj.propertyName để xác minh hành vi mong muốn; hoàn tất khi thao tác di chuột qua hiển thị các giá trị cho cả thuộc tính trực tiếp và thuộc tính lồng sâu, thay vì popup tài liệu.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- java, javascript, node.js
- Lĩnh vực
- developer-experience, devtools
- Loại issue
- Tính năng
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 38/100