Skip to content

Commit

Permalink
Merge pull request #25 from wkillerud/feat/refactor
Browse files Browse the repository at this point in the history
feat: extract code actions
  • Loading branch information
wkillerud authored Dec 10, 2022
2 parents 3cb8a5a + de85343 commit 4431082
Show file tree
Hide file tree
Showing 16 changed files with 1,151 additions and 356 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Follow the instructions from the link above. Summarized:
- Open the link generated by `localtunnel`
- Press the Click to Continue button
- Go to `vscode.dev` and open a GitHub repo with SCSS
- Run **Developer: Install Web Extension...** from the Command Palette
- Run **Developer: Install Extension from Location...** from the Command Palette
- Paste the link generated by `localtunnel`

## Debugging
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ mixin or function.
To use this feature, right-click a variable, mixin or function and choose
`Find All References`.

### Code actions

#### Extract

Available when you have an active selection. Pick between extracting to a variable, function or mixin.

See the [Refactoring](https://code.visualstudio.com/docs/editor/refactoring) chapter of the VS Code documentation to see how to use this feature.

## Recommended settings for Visual Studio Code

**Improved code suggestions for variables under namespaces**
Expand Down
Loading

0 comments on commit 4431082

Please sign in to comment.