intellisense icon indicating copy to clipboard operation
intellisense copied to clipboard

Ideas

Open netchampfaris opened this issue 4 years ago • 2 comments

  • [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

netchampfaris avatar Nov 12 '20 16:11 netchampfaris

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.

ankush avatar Apr 29 '21 16:04 ankush

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.

ankush avatar Mar 14 '22 11:03 ankush