This fixes issue #54. The behavior for autocompleting the new keyword remains unchanged and will still add a use statement on top, but when writing a use statement manually that already includes a slash in the prefix, the entire prefix will now be replaced instead of just the word after the last slash.
Hello
This fixes issue #54. The behavior for autocompleting the
new
keyword remains unchanged and will still add a use statement on top, but when writing a use statement manually that already includes a slash in the prefix, the entire prefix will now be replaced instead of just the word after the last slash.