rfellows commented on PR #10144:
URL: https://github.com/apache/nifi/pull/10144#issuecomment-3137690411
> > If you add the closing `}` then move the cursor back in between them,
this finally allows the auto-complete to work. Maybe its not the end of the
world since when you type `${` or `#{` it will auto-add the `}` right after,
but it feels weird.
> Hmm, I don't see any console errors and I think you need to 'Ctrl + space'
to open the auto complete. It seems to work as intended for me. I am also not
seeing the same behavior you described with the matching bracket. If I type
`${` or `#{` the matching closing bracket is added automatically and the cursor
position is in between the brackets. If I type 'Ctrl + space` I see the
autocomplete tooltip. Maybe you can try this again with my latest changes and
let me know if you are still experiencing these issues?
Yeah, like I said, maybe its not a big deal since it auto-adds the closing
`}` but it is a difference. Also, if you removed the `console.log` statements
as I suggested in the review comments you would not see the message that I
described.
I'll have another look with all of the changes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]