expand-selection
expand-selection copied to clipboard
My Atom states: > This package has not been loaded due to using deprecated APIs. There is no update available. Any plans on making it compatible?
Atom will no longer load this package after June 1st without changes. There are a couple deprecations on the latest version (`0.2.1`) of this package: 1. Use `activationCommands` instead of...
In keymaps/expand-selection.cson: Use the `atom-workspace` tag instead of the `workspace` class.
Use `activationCommands` instead of `activationEvents` in your package.json Commands should be grouped by selector as follows: ``` json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] } ``` ``` Package.getActivationCommands (/usr/share/atom/resources/app.asar/src/package.js:808:9)...
The context menu CSON format has changed. Please see https://atom.io/docs/api/latest/ContextMenuManager
Add a command to reverse the selection in the same way it is expanded.
**Atom Version**: 0.196.0 :warning: **in 1.0 API Preview Mode** :warning: **System**: Mac OS X 10.10.3 **Thrown From**: [expand-selection](https://github.com/mrolla/expand-selection) package, v0.2.1 ### Stack Trace Failed to activate the expand-selection package ```...
Refer to the gif below:  - On line `3`, I think it should first select the whole class (possible without the `.`, first) before selecting the brace, as well....