Illia Hai
Illia Hai
Intelephense doesn't know about deprecated functions. I have old project which run on php5.6 and intelephence show error "intelephense: Undefined function 'mysql_fetch_assoc'."
Using digit keys to change tabs is good idea, but not when you edit amount on Resource -> Market tab.
I solved this functionality. 1. Added this code to the ~/.emacs/init.el (or ~/.emacs) ``` (require 'semantic/symref/grep) (add-to-list 'semantic-symref-filepattern-alist '(php-mode "*.php" "*.tpl")) ``` 2. Added `(semantic-mode)` to php-mode-hook. 3. Then use...
@tam5 yes, it is just grep over TAGS file. So, it has some false positives. But it is faster than `grep -rni ` over the whole project. xref may use...
@tam5 I've found https://github.com/dedi/gxref And it works much better than default one. It finds correct references to token (classname, method, property, etc..) and ignores comments, strings and other such things....
Link to the same issue on hl-s: https://github.com/nschum/highlight-symbol.el/issues/46
"TSV Export" renderer provide tab separated values which could be copy-pasted.
``` var cte = $('.config-tab table').Tabledit({ eventType: 'dblclick', url: '?controller=ajax&action=updateConfig', editButton: false, columns: { identifier: [0, 'id'], editable: [[1, 'name'], [2, 'label'], [3, 'position']] }, }); ``` Only columns included...
Do you see two rows with "2016 - 01 - 01" keys and "6" as totals? The first of them is generated by mistake. Thank you for help.