Ionide-vscode-fsharp: Code lens should not disappear/appear while user is changing code

Created on 13 Oct 2016  路  6Comments  路  Source: ionide/ionide-vscode-fsharp

It annoys a lot.

CodeLens enhancement

Most helpful comment

I think we need to cache last good results of code lens (both position and content) and use it if for some reason (for example syntax error in file when you're in middle of typing) doesn't return value.

All 6 comments

I think we need to cache last good results of code lens (both position and content) and use it if for some reason (for example syntax error in file when you're in middle of typing) doesn't return value.

There should also be an indication that the cached results are stale, e.g.

string * string * string option -> int
to
string * string * string option -> int

I think I will investigate this starting Wednesday, if no one else has picked it up then.

I think even leaving empty spaces there would be okay if that helps avoid the jumping.

Trying to fix it in 2.8.6. Please let me know if it's still the case.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gsomix picture gsomix  路  6Comments

lilred picture lilred  路  6Comments

dustinmoris picture dustinmoris  路  3Comments

alfonsogarciacaro picture alfonsogarciacaro  路  5Comments

yuhr picture yuhr  路  3Comments