Ask HN: What are tools you have made for yourself since the advent of AI? 1 month ago
Claudette: A Sublime Text package that adds a Claude AI chat interface to the editor.
HN user
Claudette: A Sublime Text package that adds a Claude AI chat interface to the editor.
Sublime Text supports displaying the column count instead of the character count via its selection_description_column_type setting (only useful when using tab indentation I suppose):
"virtual": Shows columns as they visually appear on screen. A tab character that displays as 4 spaces wide will count as 4 columns.
"real": Shows the actual number of characters. A tab is counted as 1 column regardless of its visual width.