Skip to content

convert c# (class or record) to typescript interface, neovim plugin

Notifications You must be signed in to change notification settings

Wordluc/FromCsToTypescript.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nvim-dto-converter

A Neovim plugin that converts C# DTO to TypeScript DTOs. The signature is:

require("FromC#ToTypeScript").convertDto(<register>)

It takes optionally the register(by default it uses "" ) to get(the code to covert) and store the converted result

Install

use { "Wordluc/FromC-ToTypeScript", branch = "master" }

Demo

Screenshot 2024-07-08 101628

About

convert c# (class or record) to typescript interface, neovim plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages