serve-d icon indicating copy to clipboard operation
serve-d copied to clipboard

Add suggestions for language keywords

Open myOmikron opened this issue 2 years ago • 0 comments

  • [ ] abstract
  • [ ] alias
  • [ ] align
  • [ ] asm
  • [ ] assert
  • [ ] auto
  • [x] bool
  • [x] break
  • [x] byte
  • [x] case
  • [ ] cast
  • [x] catch
  • [x] cdouble
  • [x] cent
  • [x] cfloat
  • [x] char
  • [x] class
  • [ ] const
  • [x] continue
  • [x] creal
  • [x] dchar
  • [ ] debug
  • [x] default
  • [ ] delegate
  • [ ] delete
  • [ ] deprecated
  • [ ] do
  • [x] double
  • [x] else
  • [x] enum
  • [ ] export
  • [ ] extern
  • [ ] false
  • [ ] final
  • [x] finally
  • [x] float
  • [x] for
  • [x] foreach
  • [x] foreach_reverse
  • [ ] function
  • [x] goto
  • [x] idouble
  • [x] if
  • [x] ifloat
  • [ ] immutable
  • [x] import
  • [ ] in
  • [ ] inout
  • [x] int
  • [x] interface
  • [ ] invariant
  • [x] ireal
  • [ ] is
  • [ ] lazy
  • [x] long
  • [ ] mixin
  • [ ] module
  • [ ] new
  • [ ] nothrow
  • [ ] null
  • [ ] out
  • [ ] override
  • [ ] package
  • [ ] pragma
  • [ ] private
  • [ ] protected
  • [ ] public
  • [ ] pure
  • [x] real
  • [ ] ref
  • [x] return
  • [ ] scope
  • [ ] shared
  • [x] short
  • [ ] static
  • [x] struct
  • [x] super
  • [x] switch
  • [ ] synchronized
  • [x] template
  • [x] this
  • [x] throw
  • [ ] true
  • [ ] try
  • [ ] typeid
  • [ ] typeof
  • [x] ubyte
  • [x] ucent
  • [x] uint
  • [x] ulong
  • [x] union
  • [x] unittest
  • [x] ushort
  • [ ] version
  • [x] void
  • [x] wchar
  • [x] while
  • [x] with
  • [x] __FILE__
  • [x] __FILE_FULL_PATH__
  • [x] __MODULE__
  • [x] __LINE__
  • [x] __FUNCTION__
  • [x] __PRETTY_FUNCTION__
  • [ ] __gshared
  • [ ] __traits
  • [ ] __vector
  • [ ] __parameters

myOmikron avatar Jun 22 '22 19:06 myOmikron