Improve the code editor as follows:
Both changes are quite simple and require small changes. The extension if the autocompletion can be done by checking the style of the probable completion text. The extension of the local variables highlighter needs a context detector, which we will implement by checking the fold header flags.
Furthermore, we will introduce SmartSense, which shall improve the prediction of possible completions by a lot. E.g. it will consider the current context and also the possible completion types: only methods will be proposed, if the user is searching for a method.
Tested manually. No deviations detected.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r1138]
Diff: