Metadata-Version: 2.1
Name: opensesame-extension-language_server
Version: 0.1.11
Summary: Adds language-server support to OpenSesame and Rapunzel
Home-page: https://github.com/open-cogsci/opensesame-extension-language_server
Author: Sebastiaan Mathot
Author-email: s.mathot@cogsci.nl
License: UNKNOWN
Description: # Language-server extension for OpenSesame and Rapunzel
        
        Copyright 2020 Sebastiaan Mathôt (@smathot)
        
        
        ## About
        
        This extension adds language-server-protocol (LSP) support to Rapunzel, a code editor based on OpenSesame. The Language Server protocol is used between a tool (the client) and a language smartness provider (the server) to integrate features like auto complete, go to definition, find all references and alike into the tool
        
        - <https://langserver.org/>
        
        
        ## Dependencies
        
        
        - Required: [pyqode.language_server](https://github.com/open-cogsci/pyqode.language_server)
        - Python support: [python-language-server](https://github.com/palantir/python-language-server)
        - R support: [languageserver](https://github.com/REditorSupport/languageserver)
        - CSS support: [css-languageserver](https://github.com/vscode-langservers/vscode-css-languageserver-bin)
        
        
        ## License
        
        This software is distributed under the terms of the GNU General Public License 3. The full license should be included in the file COPYING, or can be obtained from:
        
        - <http://www.gnu.org/licenses/gpl.txt>
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
