Skip to content

Commit

Permalink
minor doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ironsheep committed Oct 29, 2023
1 parent e99f815 commit 475f62f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions spin2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Work to appear in upcoming releases:

Possible next additions:

- Awaken go to Definition feature
- Awaken code-folding feature
- ... more features comming too
- Investigate and possibly add unique coloring for method pointers
Expand All @@ -22,7 +21,9 @@ Possible next additions:

## [2.2.0] 2023-10-28

- Awaken **Show Definitions of a Symbol feature** supporting go-to definition. (returns one or more matching symbols found in current open find and included objects)
- Awaken **Show Definitions of a Symbol feature** supporting peek at and go-to definition(s). (returns one or more matching symbols found in current open find and included objects)
- Enables right-mouse commands "Go to Definition" and "Peek -> Peek Definition"
- In spin, this works for method names, global variables, parameters, return values, method local variables, and pasm global labels.

## [2.1.0] 2023-10-27

Expand Down
2 changes: 1 addition & 1 deletion spin2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Help With Method Signatures displays information about the method that is being

## Feature: Show Definitions of a Symbol

Allow the user to see/go to the definition of variables/methods right where the variables/methods are being used.
Peek at or go to the definition of variables/methods from where the variables/methods are being used.

- Enables right-mouse commands "Go to Definition" and "Peek -> Peek Definition"
- In spin this works for method names, global variables, parameters, return values, method local variables and pasm global labels.
Expand Down

0 comments on commit 475f62f

Please sign in to comment.