Opened 7 years ago
Closed 3 years ago
#42109 closed defect (bug) (duplicate)
Code Editor: shouldAutocomplete not working for php
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.9 |
Component: | Plugins | Keywords: | has-patch |
Focuses: | Cc: |
Description
To reproduce:
- go to a php bit in the code in the code editor
- start typing "pri" and it should bring up "private", "print", "printf" etc
I think it's good that this doesn't work! It'd be great if it helped with WordPress functions too but it's just php so it's a little confusing when it does work (to me at least :) ). So here are two patches, one with it working and one with it taken out.
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
php autocomplete working