Skip to content

Commit

Permalink
Re-introduce accidentally deleted /doc files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Powick committed Jun 11, 2020
1 parent 97dea4d commit 33522ff
Show file tree
Hide file tree
Showing 3 changed files with 1,421 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/DeveloperIntro.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- [3.1.3 Code Formatting](#313-code-formatting)
- [3.1.4 Intellisense](#314-intellisense)
- [3.1.5 Code Snippets](#315-code-snippets)
- [3.2 MV REST File System](#32-mv-rest-file-system)
- [4. Syntax definitions / theming](#4-syntax-definitions--theming)
- [4.1 Resources](#41-resources)
- [4.2 Changing/Adding Scopes](#42-changingadding-scopes)
Expand Down Expand Up @@ -171,6 +172,10 @@ Hovering over a statement or function, or pressing Ctrl+Space, will provide a "t
### 3.1.5 Code Snippets
Code snippets are user-defined short-cuts that can be used for any commonly repeated set of keystrokes. For example, you could type "prog" or "sub", Ctrl+Space, and a standard code header could be inserted, and prompts for the variable parts filled in. They are not part of the extension, but depending on what you have loaded in snippets, can confuse tooltops and command completion.

## 3.2 MV REST File System

The MVBasic extension includes its own File System Provider which provides access to the MV file system. The MV REST File System API is documented [here](MV%20REST%20File%20System%20API.md). Currently, the AccuTerm RestFS Connector implements this API. Other implementations are welcome.

[(top)](#table-of-contents)
# 4. Syntax definitions / theming

Expand Down
Loading

0 comments on commit 33522ff

Please sign in to comment.