我正在使用Eclipse MARS 4.5.0。
我搜索了Eclipse-market插件以支持bootStrap内容辅助 和StakcOverFlow,但我找不到合适的东西。
当我输入
时 - (IBAction)buttonClicked:(id)sender
{
if (self.myBool)
{
self.button.backgroundColor = [UIColor blackColor];
self.myBool = NO;
}
else
{
self.button.backgroundColor = [UIColor blackColor];
self.myBool = YES;
}
}
然后按ctrl + space我想查看容器或容器流体
或
<div class=
然后我想看btn或btn-lg
有可能吗?
答案 0 :(得分:3)
在日食中。 帮助 - &GT; Eclipse Marketplace。 在搜索框中键入 Enide-Eclipse bootstrap e4 0.14 。只需安装它。