struct Scry::HoverProvider
- Scry::HoverProvider
- Struct
- Value
- Object
Included Modules
Defined in:
scry/hover_provider.crConstructors
Instance Method Summary
- 
        #horizontal_align(contexts)
        
          Aligns context output horizontally. 
- #hover_response(context = LSP::Protocol::Hover.new(LSP::Protocol::MarkupContent.new("", "")))
- #run
- 
        #search(filename, position)
        
          NOTE compiler is a bit heavy in some projects. 
Instance methods inherited from module Scry::ToolHelper
  
  
    
      get_scope(root_uri)
    get_scope
    
  
    
    
  
    
    
    
  
    
    
    
  
    
    
    
  
Constructor Detail
Instance Method Detail
        
        def horizontal_align(contexts)
        #
      
      
        Aligns context output horizontally. By example:
| Expression | Type 1 | Type 2 |
| :--- | :--- | :--- |
| arg1 | String | String |
| arg2 | Int32 ∣ Nil | Bool |