FTOS SDK Code Snippets
Installation
Launch Quick Open:
- Linux & Windows:
Ctrl+P
- macOS:
⌘+P
Paste the following command and press Enter :
ext install ftos-snippets-vscode
Choose the extension (make sure the author is Andrei Radu ).
Reload Visual Studio Code
Usage
Every Code SDK snippet starts with the "ftos:" prefix:
- ftos:server:fetchquery
- ftos:monitoring:highCPU
Each snippet is divided into categories as follows:
- server (snippets from Server SDK)
- client (snippets from Client SDK)
- monitoring (snippets from CS Monitoring )
Snippets
Keyword |
Description |
ftos:server:importlib |
import and cache a server library |
ftos:server:fetchquery |
Server Fluent Query Snippet |
ftos:server:fluentquery |
Server Fluent Query Snippet |
ftos:server:fluentqueryTop |
Server Fluent Query Snippet |
ftos:server:fluentqueryLeftJoin |
Server Fluent Query Left Snippet |
ftos:server:fluentqueryInnerJoin |
Server Fluent Query Left Snippet |
ftos:monitoring:frequentlyRunnedQueries |
FTOS Frequently Runned Queries Plan |
ftos:monitoring:highCPU |
FTOS High CPU Queries Plan |
ftos:monitoring:highDiskReading |
FTOS High Disk Reading Queries Plan |
ftos:monitoring:longRunningQueries |
FTOS Long Running Queries Plan |
ftos:monitoring:spoWho3 |
FTOS SP_WHO V3 |
ftos:monitoring:worstSQL |
FTOS Worst SQL |
ftos:monitoring:deadlocks |
TODO: Returns the deadlocks identifier procedure |
ftos:monitoring:lockchain |
TODO: Returns the lockchain identifier procedure |
Feedback and issues
If you encounter any issues or have feedback, please open an issue on
the GitHub repository. We appreciate your feedback
and contributions!
License
This project is licensed under the MIT License - see the LICENSE file for details.
| |