Best way to implement quick fix feature with plugin.
I am writing a plugin which invokes external service when user saves file. External service analyze content and return problems. How can I display this problems in problems windows (for now) with quick fix? So when user select any problem, plugin should highlight specific range and display quick fix options.
External service supports multiple file types like JSON, YAML, terraform etc.
Any help would be greatly appreciated.
请先登录再写评论。