eclipse-theia/theia

problems: add ability to perform 'fix it' directly in the view

Open

#8,174 创建于 2020年7月15日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)TypeScript (18,676 star) (2,478 fork)batch import
enhancementhelp wantedmarkers

描述

Feature Description:

The goal is to improve the problems-view by allowing end-users the ability to perform 'fix it' (lightbulb actions) directly in the problems-view for a given diagnostic marker.

Motivation

  • improve the usability of the problems-view
  • allow end-users the ability to fix issues easily (they can iterate over the markers in the view and fix them)
  • aligns with the behavior experienced in vscode

Additional Information

Proposed Initially: #4675

贡献者指南

problems: add ability to perform 'fix it' directly in the view · eclipse-theia/theia#8174 | Good First Issue