Editor
Menu context to help edit easier.
How to use the edit context menu to code smarter and quicker by ApiHug Api design Copilot
Also refer to the Shortcuts
proto
module’s src>main>proto
Add Proto File
option (hope.domain.kind) = BEAN;
kind proto fileApiHug
menu contextAdd Message
: Add a new MessageAdd Field
: Add a primitive type fieldAdd Field(Reference)
: Add field reference to another proto object(Message/Enum)option (hope.domain.kind) = IDL;
kind proto fileApiHug
menu contextAdd Service
: Add a new ServiceAdd Method
: Add a new method to Serviceoption (hope.domain.kind) = ENUM;
kind proto fileApiHug
menu contextAdd Enum
: Add a new EnumAdd Enum Item
: Add a Enum Itemoption (hope.domain.kind) = ERROR;
kind proto fileApiHug
menu contextAdd Error
: Add a new ErrorAdd Error Item
: Add a Error Itemoption (hope.domain.kind) = ENTITY;
kind proto fileApiHug
menu contextAdd Entity
: Add a new EntityAdd Column
: Add a new Column