hdevtools icon indicating copy to clipboard operation
hdevtools copied to clipboard

Highlight range of characters instead of just one

Open kallus opened this issue 11 years ago • 1 comments

When using hdevtools together with vim and syntastic, only one character is highlighted/underlined when there is an error. Could it be made so that the entire token/function etc. is highlighted? I am quite sure that syntastic has support for this?

kallus avatar Nov 28 '13 09:11 kallus

If I recall correctly, GHC does not report a range for errors, only a single character position.

As you say, manually detecting the entire token is possible, but this is probably more relevant for https://github.com/bitc/vim-hdevtools

bitc avatar Dec 03 '13 14:12 bitc