Brady Madden

Results 20 issues of Brady Madden

https://www.reddit.com/r/golang/comments/6xw0hz/quad_art_with_go/dmjeqzj/

In newer versions of the LSP spec, clients and servers can support not sending certain fields with `textDocument/codeActions` requests, and instead resolving those fields for a specific code action through...

See below video for examples. The plugin currently suggests invalid HTML tags, and seems to just match any given string. In VSCode, it does not do this. It only suggests...

Hello! I've been testing out the `workspace/didRenameFiles` notification using vtsls and seem to mostly understand how to get it working. It required: 1. Client sends `workspace/didRenameFiles` notification 2. Client waits...

Currently we assume lines do not wrap. If an editor wraps has a fixed width and causes lines to wrap (ex. `EditorView.lineWrapping`) it will throw off a number of assumptions...

Theme colors don't change when theme changes immediately

That way we wouldn't need to redraw text when selection changes. Unless viewport changes I suppose. Then we could share part of the canvas and only draw net new lines

See: https://medium.com/@mumtaz.hussain/xcode-11-now-makes-mark-comments-a-lot-more-useful-with-minimap-feature-f8c658b293f

- [ ] Overlay (top position, height, scrolling, dragging) - [ ] Individual renderers (text, selection, diagnostics; also with folded lines) - [ ] Line state field - [ ]...