2020-02-18 20:00:22 +08:00
---
title: "SpaceVim lang#vbnet layer"
2021-06-21 20:39:29 +08:00
description: "This layer is for Visual Basic .NET development, provides code runner for vb files."
2020-02-18 20:00:22 +08:00
---
# [Available Layers](../../) >> lang#vbnet
<!-- vim - markdown - toc GFM -->
- [Description ](#description )
- [Install ](#install )
- [Features ](#features )
- [Key bindings ](#key-bindings )
- [Running current script ](#running-current-script )
<!-- vim - markdown - toc -->
## Description
This layer is for Visual Basic .NET development.
## Install
2021-06-21 20:39:29 +08:00
To use this configuration layer, update your custom configuration file with:
2020-02-18 20:00:22 +08:00
```toml
[[layers]]
name = "lang#vbnet"
```
## Features
- code runner
## Key bindings
### Running current script
2021-06-21 20:39:29 +08:00
To run a Visual Basic .NET file, you can press `SPC l r` to run the current file without losing focus, and the result will be shown in a runner buffer.
2020-02-18 20:00:22 +08:00