intellisense
intellisense copied to clipboard
Ideas
- [x] ~~Intellisense for frappe.db.* methods~~ (https://github.com/frappe/intellisense/issues/1#issuecomment-829390401)
- [ ] Show SQL query when hovering over frappe.db.get_all
- [ ] Update doctype info in frappe-intellisense.json when doctypes are created/updated/deleted
- [ ] Doctype name auto completion in places where doctype name is passed, for e.g., frappe.get_doc('
- [ ] Frappe Debugger configuration
Intellisense for frappe.db.* methods
not required anymore. Ref: https://github.com/frappe/frappe/pull/12824
Some more ideas:
- Specifying which tests to run from GUI. Removes the need to type the exact module path.
One more:
- [ ] add type info based on docfield type (ref: https://github.com/frappe/erpnext/issues/30199 ) should be easy to do ig, just need to maintain DB->python type mappings somewhere.