Skip to content

Commit

Permalink
fix: add goto definition to readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
marufrasully committed Apr 10, 2024
1 parent 4474d20 commit 3b807b7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/honest-rings-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@ui5-language-assistant/vscode-ui5-language-assistant-bas-ext": patch
"vscode-ui5-language-assistant": patch
---

fix: Add Goto definition to readme file
14 changes: 14 additions & 0 deletions packages/vscode-ui5-language-assistant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,20 @@ The feature is available in the following:
- SAPUI5 Namespaces
- Name of property binding info or aggregation binding info

### XML View Go To Definition

#### Description

Go to definition appears when pressing `Ctr` or `Command` + `hover` on XML attribute's value.

#### Availability

- For following XML attribute values only:

- controllerName
- core:require
- template:require

### Semantic Highlighting

![](https://raw.githubusercontent.com/SAP/ui5-language-assistant/master/packages/vscode-ui5-language-assistant/resources/readme/preview-semantic-highlighting-binding.png)
Expand Down

0 comments on commit 3b807b7

Please sign in to comment.