Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 857 Bytes

IDESelection.md

File metadata and controls

14 lines (10 loc) · 857 Bytes

Pieces.Os.Core.SdkModel.IDESelection

This is a given bit of text/code that is selected in the IDE, this can be a copy/paste/selection location: this is the given location provided by the LSP(might need to be a different object we will see)

Properties

Name Type Description Notes
Schema EmbeddedModelSchema [optional]
Location LanguageServerProtocolLocation [optional]
Classification Classification [optional]
Value TransferableString [optional]

[Back to Model list] [Back to API list] [Back to README]