st-pham / php-refactor-tool

MIT License
8 stars 0 forks source link

Sometimes simply does not work at all/Renaming of files #17

Open wltb opened 10 months ago

wltb commented 10 months ago

When the extension does work, it works great, but I regularly get the error message Invalid argument 'uri' when running 'vscode.executeDocumentSymbolProvider', received: undefined but not always. I have no idea why this happens or what could cause it (another extension?), any idea is appreciated.

A small nitpick: When renaming a class, the file name is also changed. This is actually great in most cases, but when I renamed a class that was created as an offshot of the class the file was named after, and so still in the same file, the renaming was not desired at all.

So it would be neat if the extension checked if the file is named after the old class name before renaming the file to the new class name.

davitrix commented 6 months ago

Tengo el mismo problema. Invalid argument 'uri' when running 'vscode.executeDocumentSymbolProvider', received: undefined