Open tommygooden opened 6 years ago
I stopped supporting this plugin, because I switched to vscode. Sorry.
If you are looking for linting you can switch to linter-tidy which uses the same tidy-html5
tool. It looks like nobody has bothered to implement fix functionality in there though if that is what you are after.
You can also check out ide-html which should support all of the features of the underlying langauge server.
TextEditor.prototype.displayBuffer
has always been private, but now it is gone. Reading thedisplayBuffer
property now returns a reference to the containingTextEditor
, which now provides some of the API of the defunctDisplayBuffer
class.