Skip to content

Conversation

@jhessin
Copy link
Contributor

@jhessin jhessin commented Feb 27, 2018

A simple change allowing the user to surround selected code in spaces so instead of being stuck surrounding things tightly spaces can be used. i.e.:

import {subobject} from 'somelibrary'

can quickly become:

import { subobject } from 'somelibrary'

A simple change allowing the user to surround selected code in spaces so instead of being stuck surrounding things tightly spaces can be used. i.e.:

```coffeescript
import {subobject} from 'somelibrary'
```

can quickly become:

```coffeescript
import { subobject } from 'somelibrary'
```
@aeschli
Copy link
Contributor

aeschli commented Feb 28, 2018

Wow, never thought of that use case. Have to discuss here and think about it.

@aeschli aeschli merged commit 3187208 into microsoft:master Sep 17, 2018
@aeschli aeschli added this to the September 2018 milestone Sep 17, 2018
@aeschli
Copy link
Contributor

aeschli commented Sep 17, 2018

Thanks @jhessin , sorry for the delay.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants