Skip to content

Commit

Permalink
patch math.random(math.max): Typos in TODO.md
Browse files Browse the repository at this point in the history
Problem:     There were typos in TODO.md
Solution:    Fix the freaking typos (#576)
  • Loading branch information
smolck committed Nov 20, 2022
1 parent 0577d46 commit 5d0c3ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- rust ext errors on vscode LanguageClient
- why did we create our own LangaugeClient?
- can we just use the real thing?
- rust ext: how to get access to actual language server to hookup to rpc?
- rust ext: how to get access to actual language server to hook up to rpc?

## in progress

Expand Down Expand Up @@ -288,7 +288,7 @@
- config path folder location
- activationEvents for a particular extension (so as a user i can understand that css-lang-server only activates when i have css files open)
- show 'active' status
- for language servers it would be good to know what language features are supported. an user can then understand why certain features work or not
- for language servers it would be good to know what language features are supported. A user can then understand why certain features work or not
## crazy experimental ideas
Expand All @@ -298,7 +298,7 @@
- interactive `:norm` or `:g//norm` (:inccommand but for normal commands)
- make a selection (like inside an object) then run a series of normal commands on that selection. interactive because actions happen on all applicable lines. same idea as multiple cursor, but without the suck. macros can do this, but are clunky, non-interactive, and error prone. personally i feel macros are more useful for a large amount of complex changes. regex is slow and it sucks
- make a selection (like inside an object) then run a series of normal commands on that selection. interactive because actions happen on all applicable lines. same idea as multiple cursor, but without the suck. macros can do this, but are clunky, non-interactive, and error-prone. personally i feel macros are more useful for a large amount of complex changes. regex is slow and it sucks
- show cursors at matching lines
- use extended marks to propagate changes?
- kinda like multiple cursors, but not really
Expand Down

0 comments on commit 5d0c3ef

Please sign in to comment.