所以我只是用Visual Studio格式剃鬚刀代碼的方式吃牛肉。我一直在使用visual studio時遇到一些問題,以及它如何格式化UI代碼,它似乎總是做一個真正的超級糟糕的工作,業界不希望遵循。Razor Helper語法自動格式化醜。怎麼修?
所以這個例子看起來真的很愚蠢。我試圖找出是否有mods或方法來解決這個問題。它看起來真的很糟糕。
任何人都知道這件事?大聲笑
@using Company.Mobile2.Enums
@helper BidsByShipment(string generatedId, int bidsCount, int activeBidsCount)
{
if (bidsCount > 0)
{
<a class="Company-listview-link Company-listview-bids" href="/Shipping/Bids/ByShipment?id={0}">
@if (activeBidsCount > 0)
{
<text>@bidsCount (@activeBidsCount @GetStr("Company"))</text>
}
else
{
<text>@bidsCount</text>
}
</a>
}
else
{
<text>0 @GetStr("Company")</text>
}
}
我有同樣的問題,並沒有發現一個很好的辦法解決它:(通常VS把一個單一的空間在我的「{」。這肯定需要一些工作:( –
是的面前,這是狗的早餐好吧驅使我堅果太 - 特別是因爲它被打破foreve [R ... –
祝VS只是給我們的選項,不是在所有的格式UI代碼[爲什麼不Visual Studio代碼格式正常工作爲 – Brian