-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3373 from vespa-engine/bratseth/ide-support
Extract IDE support
- Loading branch information
Showing
4 changed files
with
22 additions
and
30 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. | ||
title: "IDE support" | ||
--- | ||
|
||
<p>Vespa provides plugins for working with schemas and rank profiles in IDE's: | ||
|
||
<ul> | ||
<li>VSCode: <a href="https://marketplace.visualstudio.com/items?itemName=vespaai.vespa-language-support">VS Code extension</a></li> | ||
<li>IntelliJ, PyCharm or WebStorm: <a href="https://plugins.jetbrains.com/plugin/18074-vespa-schema-language-support">Jetbrains plugin</a></li> | ||
<li>Vim: <a href="https://blog.vespa.ai/interns-languageserver/#neovim-plugin">neovim</a></li> | ||
</ul> | ||
|
||
<p>If you are working with non-trivial Vespa applications, installing a plugin is highly recommended!</p> | ||
|
||
<img src="/assets/img/ide.gif" alt="IDE demo"/> | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters