https://bugs.kde.org/show_bug.cgi?id=456493
--- Comment #10 from Waqar Ahmed <waqar....@gmail.com> --- I think all these problems should be fixed now. > many users wouldn't think to enable the projects plugin, especially for > simple web projects That is okay, but I would still recommend enabling it always as a lot of kate stuff works better if there is a project around e.g., search & replace inside a project By auto-fix I mean for some diagnostics a source can provide a "fix". From the cmd line you would do eslint --fix, and it would fix stuff for you. This is also supported now. For diagnostics that are fixable there will be a "(fix available)" suffix at the end of the line. Once you double click the line or invoke the QuickFix shortcut(Ctrl + Period), it will fix that diagnostic. However, it might not work very well if there are multiple fixes available for multiple diagnostics. -- You are receiving this mail because: You are watching all bug changes.