eclipse-theia/theia

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

开放

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

 (0 条评论) (0 个反应) (0 位负责人)TypeScript (2,478 个派生)batch import
enhancementhelp wantedmarkers

仓库指标

星标
 (18,676 个星标)
PR 合并指标
 (平均合并 15天 4小时) (30 天内合并 75 个 PR)

描述

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

贡献者指南