Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.57 KB

HOWTO.md

File metadata and controls

51 lines (32 loc) · 1.57 KB

Go to declaration

  • ####Enables go to declaration from

    • base to identity
    • uses to grouping
    • type to typedef
  • ####Example

    • Declaration in current file:

      2021-10-15_11-31-42 972

    • Declaration in another file (in the same project):

      2021-10-15_12-15-13 101

Code Completion

  • ####Built-in types

    • After type keyword is offered pop-up with built-in types

      2021-10-15_12-15-13 101

  • ####Prefix statements

    • Pop-up with prefixes is offered after uses, base, type keywords

      2021-10-15_12-15-13 101

  • ####Declarations of typedef, grouping, identity statements in current file

    • after uses keyword

      2021-10-15_12-15-13 101

    • after base keyword

      2021-10-15_12-15-13 101

    • after base keyword

    2021-10-15_12-15-13 101

  • ####Declarations of typedef, grouping, identity statements in another file

    • after type with corresponding prefix

      2021-10-15_12-15-13 101

    • after uses with corresponding prefix

      2021-10-15_12-15-13 101

    • after base with corresponding prefix

      2021-10-15_12-15-13 101