You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We currently support string, bool, int32 and uint64 for types. Some component fields require more advanced and custom types
Describe the solution you'd like
The ability to provide a custom type for a field: starport s message foo bar:MyType. When a custom type is provided we perform an analysis of the proto files to check the type exists. Automatically add the necessary import for the file where the type is defined and add the type in the fields
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We currently support
string
,bool
,int32
anduint64
for types. Some component fields require more advanced and custom typesDescribe the solution you'd like
The ability to provide a custom type for a field:
starport s message foo bar:MyType
. When a custom type is provided we perform an analysis of theproto
files to check the type exists. Automatically add the necessaryimport
for the file where the type is defined and add the type in the fieldsThe text was updated successfully, but these errors were encountered: