Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
ctjdr committed Oct 21, 2020
1 parent 6bc0543 commit e546b9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Supports working with apprt bundles, especially when editing bundle _manifest.js
2. Open a `manifest.json` file.
3. Take advantage of the features described below.

3. press CTRL+Space to get code-suggest and auto-complete or hover over a property to get documention hints.

## Features

### Validation, documentation, auto-complete for JSON structure

Press CTRL+Space to get code-suggest and auto-complete or hover over a property to get documention hints.
This feature is implemented based on a JSON Schema file, defining the cornerstones of a manifest.json file.

* Structural _validation_ of manifest.json file
Expand All @@ -31,8 +31,8 @@ Finds all occurences in other manifest.json files.

The search can be triggered by the following commands when your cursor is on a value for `"provides"` or `"providing"`:

* \> _Find all References_ (Alt-Shift-F12)
* \> _Go to References_ (Shift-F12)
* \> _Find all References_ (`Alt-Shift-F12`)
* \> _Go to References_ (`Shift-F12`)
* \> _Peek References_

![Feature Demo](images/feature_servicename_references.gif)
Expand All @@ -52,7 +52,7 @@ Clicking on a lens opens the *Peek References* view inside the current file:

![Feature Demo](images/feature_servicename_codelens.gif)

Code lenses are enabled by default but can be disabled permanently in the *Settings* under: _> Extensions > apprt-bundles_
Code lenses are enabled by default but can be disabled permanently in the *Settings* under _> Extensions > apprt-bundles_

If you just want to enable or disable code lenses for service names temporarily, look for *"apprt-bundles: Toggle service name code lens"* in the *Command Palette*.

Expand Down

0 comments on commit e546b9c

Please sign in to comment.