Giter Club home page Giter Club logo

textadept-d's Introduction

textadept-d

D language plugin for Textadept

Screenshot

Features

  • Code autocomplete and DDOC display (DCD)
  • Go-to-declaration (DCD)
  • Inline code linting and syntax checking (D-Scanner)
  • Symbol index with go-to-declaration(D-Scanner)
  • Snippets
  • Supports Textredux and normal Textadept dialogs
  • Tested on Linux and Windows. (It should work on BSD and OS-X, but this is not tested)

Requirements

  • Textadept 7.8 or later or Textadept nightly build dated 2015-01-06 or later
  • DCD
  • D-Scanner

Installation

  • Download textadept-d and place the "dmd" folder in "~/.textadept/modules/" ("$HOME.textadept\modules" on Windows)
  • Download and build DCD
  • Download and build D-Scanner
  • Place the dcd-server binary on your $PATH, or edit the line in dmd/init.lua that says M.PATH_TO_DCD_SERVER = "dcd-server"
  • Place the dcd-client binary on your $PATH, or edit the line in dmd/init.lua that says M.PATH_TO_DCD_CLIENT = "dcd-client"
  • Place the dscanner binary on your $PATH, or edit the line in dmd/init.lua that says M.PATH_TO_DSCANNER = "dscanner"

Key Bindings

Key Action
Ctrl+{ Open brace and automatically indent next line
Ctrl+Enter Autocomplete
Ctrl+Shift+G Go to declaration of symbol at cursor
Ctrl+Alt+Shift+G Go back after jumping to declaration
Ctrl+Shift+M Display symbol index for current file
Ctrl+; Go to end of line, insert semicolon
Shift+Enter Go to end of line, insert semicolon, insert newline
Enter Newline with automatic multi-line comment continuation
Ctrl+Shift+H Show ddoc for symbol at cursor

textadept-d's People

Contributors

hackerpilot avatar schveiguy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.