[937] CodeCompletion does not work for const fields/variables
I have noticed that the code completion does not
work when entering const fields/variables. So for example:
const string field = "field|"
if the cursor is at the | and I press
Ctrl-Shift-Enter to auto complete the line, all that happens is that the cursor
moves to the next line, indented one tab from the start. I would expect it
to result in:
private const string field =
"field";
|
with the cursor at |.
David
]]>
Please sign in to leave a comment.