Closed brnv closed 8 years ago
When i use snippet that calls px.php.get_last_var_for_snippet() at the end of ~300 lines php file, it takes forever for snippet to expand. I got workaround for this issue by decreasing size of search in util.get_defined_identifiers function.
px.php.get_last_var_for_snippet()
util.get_defined_identifiers
When i use snippet that calls
px.php.get_last_var_for_snippet()
at the end of ~300 lines php file, it takes forever for snippet to expand. I got workaround for this issue by decreasing size of search inutil.get_defined_identifiers
function.