Peng Lyu

Results 129 comments of Peng Lyu

Separate the build and publish utilities would be cool. IS it possible that we make the utilities available in Xamarin platform ? In which case we can easily port OLW...

IMO, another important part that should be test against ASAP is BlogClient. People are eager to add new blog providers for OLW, but they have no idea how it works...

my $0.02 here: if users are using Code with Vim to handle large files, they will not like that we move cursor automatically for them while scrolling.

Then we may want to have an option named as `stickyCursor`.

We already support this feature in Code. The command for this feature is like ``` await commands.executeCommand('editorScroll', { to: "up", by: "halfPage", value: 1, revealCursor: args.moveType !== PageMoveType.Normal, }); ```...

As far as I know, `zz` is used to redraw current line at center of window.

@tangentsoft sorry for that :)

Hi @pomdtr , VS Code dev here. I can help with this if you haven't started yet.

@orling @JLHwung thanks for the good work done by both of you. I'm trying to improve the unicode segmentation for VS Code/Monaco Editor and find this project already doing most...