<FromGitter>
<johansmitsnl> Hi, I'm new and I use a lot of rails in the past. Looking to this new fantastic project but what editor do you use to edit Crystal lang? ⏎ I run Linux (debian)
<FromGitter>
<eliasjpr> VS code or vim
<FromGitter>
<eliasjpr> Both fantastic
<FromGitter>
<eliasjpr> There is a crystal vim plugin
<FromGitter>
<epergo> you can use sublime text too, it has a plugin to integrate ameba (Static analysis) with it
<FromGitter>
<johansmitsnl> thnx
<FromGitter>
<johansmitsnl> to create a namespaced model like: Gser::Group `amber g scaffold User/Group name:string` does not make the correct group. Also running with `User::Group`. ⏎ What is the correct way to do this?
<FromGitter>
<drujensen> @johansmitsnl I don’t think namespacing has been added to the generator yet
<FromGitter>
<johansmitsnl> @drujensen ok thnx, but it is supported like the folders in rails.
FromGitter has quit [Remote host closed the connection]
FromGitter has joined #amber
_whitelogger has joined #amber
<FromGitter>
<drujensen> nice. didn’t realize we added that.