cursorless
cursorless copied to clipboard
Don't let the cursor slow you down
It would be considered a delimited sequence, so that it would remove trailing periods as necessary. We probably want to use an NLP library for this one to do it...
The function [focusEditor](https://github.com/cursorless-dev/cursorless/blob/bc24adcb984fd0da6845985a8ecff4982884fcf7/src/util/setSelectionsAndFocusEditor.ts#L53-L66) dost not work when `editor.viewColumn` is null Cursorless throws the following error message `Couldn't find notebook editor for given document`
Would be good to capture the scope type both for the snippet and for each hole, so that these can be used for #443 in the future
We'd like to support constructing a snippet on the fly and assigning it to a bookmark / temporary phrase. This ability will allow users to rapidly create a snippet and...
- This fixes test failures related to different local configurations - Tests expect tabSize to be 4 Fixes: https://github.com/cursorless-dev/cursorless/issues/598 ## Checklist - **N/A** - I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/)
``` def foo( aaa, bbb, ) ``` The reason for this is that the trailing comma is not considered a trailing delimiter range. To solve this we need to differentiate...
- [ ] Support specifying order of snippet holes rather than document order, eg for list comprehension - [ ] Send text replacement through as tab stop default value, and...
# The problem Today, our handling of positions is inconsistent. This problem manifests itself in multiple ways: - We allow "end of" to appear in places that expect a position...