-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating README.md. I'm not sure the content is correct.
- Loading branch information
Showing
1 changed file
with
4 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,7 @@ | ||
# aspanalyzer README | ||
# ASP Helper | ||
|
||
this is the readme for aspanalyzer | ||
This is a Visual Studio Code extension to analyze VBScript. | ||
|
||
## Features | ||
|
||
analyze and find function definition | ||
|
||
## Requirements | ||
|
||
If you have any requirements or dependencies, add a section describing those and how to install and configure them. | ||
|
||
## Extension Settings | ||
|
||
Nothing | ||
|
||
## Known Issues | ||
|
||
Calling out known issues can help limit users opening duplicate issues against your extension. | ||
|
||
## Release Notes | ||
|
||
Users appreciate release notes as you update your extension. | ||
- You can see `Class`, `Function` and `Sub` of your displayed file in `OUTLINE`. | ||
- Select the name of `Class`, `Function` or `Sub` and press `F12` to jump its declaration. (only in same file) |