All Projects → calviken → Vim Gdscript3

calviken / Vim Gdscript3

Licence: mit
Syntax highlighting and completion for GDScript 3

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Vim Gdscript3

Kuroi.vim
A dark Vim colorscheme
Stars: ✭ 174 (+43.8%)
Mutual labels:  vim-plugin, syntax-highlighting
stan-vim
A Vim plugin for the Stan probabilistic programming language.
Stars: ✭ 41 (-66.12%)
Mutual labels:  syntax-highlighting, vim-plugin
vim-log-highlighting
Syntax highlighting for generic log files in VIM
Stars: ✭ 164 (+35.54%)
Mutual labels:  syntax-highlighting, vim-plugin
Github Complete.vim
Vim input completion for GitHub
Stars: ✭ 161 (+33.06%)
Mutual labels:  vim-plugin, completion
Dhall Vim
Syntax highlighting for Dhall
Stars: ✭ 51 (-57.85%)
Mutual labels:  vim-plugin, syntax-highlighting
clojure.vim
Clojure syntax highlighting for Vim and Neovim.
Stars: ✭ 23 (-80.99%)
Mutual labels:  syntax-highlighting, vim-plugin
vim-smt2
A VIM plugin that adds support for the SMT-LIB2 format (including Z3's extensions)
Stars: ✭ 35 (-71.07%)
Mutual labels:  syntax-highlighting, vim-plugin
Vim Crystal
Vim filetype and tools support for Crystal language.
Stars: ✭ 326 (+169.42%)
Mutual labels:  vim-plugin, syntax-highlighting
Pdbpp
pdb++, a drop-in replacement for pdb (the Python debugger)
Stars: ✭ 693 (+472.73%)
Mutual labels:  syntax-highlighting, completion
Rainbow levels.vim
A different approach to code highlighting.
Stars: ✭ 415 (+242.98%)
Mutual labels:  vim-plugin, syntax-highlighting
I Pascal
A free Object Pascal language plugin for IntelliJ IDEA
Stars: ✭ 85 (-29.75%)
Mutual labels:  syntax-highlighting, completion
Vim Systemd Syntax
Syntax highlighting for systemd service files in Vim.
Stars: ✭ 57 (-52.89%)
Mutual labels:  vim-plugin, syntax-highlighting
Vim Js
💯The most accurate syntax highlighting plugin for JavaScript and Flow.js
Stars: ✭ 99 (-18.18%)
Mutual labels:  vim-plugin, syntax-highlighting
Nord Sublime Text
An arctic, north-bluish clean and elegant Sublime Text theme.
Stars: ✭ 109 (-9.92%)
Mutual labels:  syntax-highlighting
Vim Youdao Translater
vim的有道取词翻译插件
Stars: ✭ 116 (-4.13%)
Mutual labels:  vim-plugin
Rdf.sh
A multi-tool shell script for doing Semantic Web jobs on the command line.
Stars: ✭ 109 (-9.92%)
Mutual labels:  syntax-highlighting
Splash
A fast, lightweight and flexible Swift syntax highlighter for blogs, tools and fun!
Stars: ✭ 1,529 (+1163.64%)
Mutual labels:  syntax-highlighting
Godotrogueliketutorial
A guide to build a simple Roguelike game with Godot engine.
Stars: ✭ 117 (-3.31%)
Mutual labels:  godot
Incsearch Fuzzy.vim
Stars: ✭ 116 (-4.13%)
Mutual labels:  vim-plugin
Godot Rust
Rust bindings for GDNative
Stars: ✭ 2,024 (+1572.73%)
Mutual labels:  godot

Description

GDScript is the primary scripting language used by the Godot Game Engine.

This plugin adds syntax highlighting and completion for the most recent version (3.0 at the time of writing).

Installation

Using vim-plug:

Plug 'calviken/vim-gdscript3'

Or any other plugin manager of your choice.

Screenshot

Screenshot

Colorscheme: base16-eighties

Completion

(Note: this feature requires Vim to be compiled with Python support)

Vim's completion feature can be used to display members and methods of built-in GDScript types (among other things).

To show completions, press <C-x><C-o> in insert mode, and use <C-n> and <C-p> to cycle through completions.

Alternatively, install a completion plugin (recommended). The following plugins are supported out of the box:

  1. SuperTab: Shows completions when Tab is pressed.
  2. Deoplete: Asynchronous completion framework that shows completions as you type.

Any plugin that supports omnicompletion should also work, but will likely require additional configuration.

echodoc is also supported, for showing method signatures in the echo area (useful for methods with lots of parameters).

For a non-comprehensive list of features, see this wiki page

Syntastic

For Syntastic users, a checker is included and enabled by default.

First, download the Godot server binary, rename to godot_server, and place in a $PATH accessible directory.

Credit goes to clktmr for creating the checker.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].