akalongman / akalongman/sublimetext-codeformatter
Add ability to replace chunks of code
- Ngôn ngữ chính
- Python
- Star
- 772
- Fork
- 128
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
There is a good proverb that I like:
> Why write a program that throws lint errors when it can correct the code?
Last night, this idea rattled out of my head and it goes like this; combine the awareness of SublimeLinter with the formatters of CodeFormatter
1. `on_post_save`, format code into memory or temporary file
2. Diff original code against formatted code
3. Show gutter warnings and highlight lines that vary based on diff
4. Allow user to take action and apply diff to that section of code
Here is a mocked prototype I wrote:

Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.