vscode-jumpy icon indicating copy to clipboard operation
vscode-jumpy copied to clipboard

Make font size adjustable

Open BovineEnthusiast opened this issue 6 years ago • 11 comments

It would be nice to adjust the font size of the letters. I'm using a higher resolution display and it's very hard to make out the letters, especially similar looking ones like 'c' and 'e'.

Thanks!

screen shot 2018-03-30 at 3 06 40 pm

BovineEnthusiast avatar Mar 30 '18 22:03 BovineEnthusiast

Looking at the code I think this can be changed here https://github.com/wmaurer/vscode-jumpy/blob/master/src/jumpy-vscode.ts#L49

krokofant avatar Apr 02 '18 07:04 krokofant

:+1: this should be a setting!

Coderah avatar Apr 06 '18 18:04 Coderah

I'll try my hand at doing this myself and creating a PR some time this week.

BovineEnthusiast avatar Apr 09 '18 23:04 BovineEnthusiast

Actually, there seems to already be a PR for this:

https://github.com/wmaurer/vscode-jumpy/pull/16

BovineEnthusiast avatar Apr 09 '18 23:04 BovineEnthusiast

Would be awesome. Currently this is hard to read.

image

Update: This was also because "Consolas" font was missing on this machine. Could be an issue on its own.

andys8 avatar May 16 '18 18:05 andys8

As a temporary workaround, until #16 is merged, you can manipulate the implementation in your home directory. It's located in .vscode/extensions/wmaurer.vscode-jumpy-0.3.1/out/src/jumpy-vscode.js

andys8 avatar May 16 '18 18:05 andys8

The size should probably follow editor font size by default, now Jumpy's font size seems to be fixed, no matter what the editor font size is.

kankaristo avatar Jul 13 '18 20:07 kankaristo

+1, the small font is the only reason i'm not using it. i'm jumping to often to the wrong place.. :)

sagg avatar Nov 22 '18 13:11 sagg

@sagg https://github.com/wmaurer/vscode-jumpy/pull/16#discussion_r188930901

andys8 avatar Nov 22 '18 14:11 andys8

To everyone still using this plugin, I've switched over to Ace Jump, and found that it's much better (also has customization font sizes and colors).

acejump

BovineEnthusiast avatar Nov 28 '18 00:11 BovineEnthusiast

You can use Jump instead, it automatically adjusts the font size.

wenfangdu avatar Aug 15 '21 01:08 wenfangdu