In sublime text the tabs accumulate and they have to be displayed with an arrow:
how to configure sublime so that the tabs are not hidden?
I don't know if it belongs, but if someone can help me I would really appreciate it.
I am trying to edit some codes css
and javascript
, but when I open these files they do not have an understandable format.
This shows me in phpStorm
similarly the js (shows them to me in just one line):
$(document).ready(function(){"use strict";var e=$("body");$(function(){$(".preloader").fadeOut(),$("#side-menu").metisMenu()}),$(".open-close").on("click",function(){e.toggleClass("show-sidebar").toggleClass("hide-sidebar"),$(".sidebar-head .open-close i").toggleClass("ti-menu")}),$(function(){var i=function(){var i=60,s=window.innerWidth>0?window.innerWidth:this.screen.width,l=(window.innerHeight>0?window.innerHeight:this.screen.height)-1;s<768?($("div.navbar-collapse").addClass("collapse"),i=100):$("div.navbar-collapse").removeClass("collapse"),s<1170?(e.addClass("content-wrapper"),$(".sidebar-nav, .slimScrollDiv").css("overflow-x","visible").parent().css("overflow","visible")):e.removeClass("content-wrapper"),l-=i,l<1&&(l=1),l>i&&$("#page-wrapper").css("min-height",l+"px")},s=window.location,l=$("ul.nav a").filter(function(){return this.href===s||0===s.href.indexOf(this.href)}).addClass("active").parent().parent().addClass("in").parent();l.is("li")&&l.addClass("active"),$(window).ready(i),$(window).bind("resize",i)}),$(".list-task li label").on("click",function(){$(this).toggleClass("task-done")}),$(".settings_box a").on("click",function(){$("ul.theme_color").toggleClass("theme_block")}),$(".collapseble").on("click",function(){$(".collapseblebox").fadeToggle(350)}),$(".slimscrollright").slimScroll({height:"100%",position:"right",size:"5px",color:"#dcdcdc"}),$(".slimscrollsidebar").slimScroll({height:"100%",position:"right",size:"6px",color:"rgba(0,0,0,0.3)"}),$(".chat-list").slimScroll({height:"100%",position:"right",size:"0px",color:"#dcdcdc"}),e.trigger("resize"),$(".visited li a").on("click",function(e){$(".visited li").removeClass("active");var i=$(this).parent();i.hasClass("active")||i.addClass("active"),e.preventDefault()}),$("#to-recover").on("click",function(){$("#loginform").slideUp(),$("#recoverform").fadeIn()}),$(".navbar-toggle").on("click",function(){$(".navbar-toggle i").toggleClass("ti-menu").addClass("ti-close")})});
In a similar way it happens in sublimeText and atom
If someone knew how to give an understandable format ( indentation ), or what library I have to use, I would appreciate it.
I came across this curious package on the Sublime list and I have no idea what it's for, and if I can remove it without blowing anything up.
Thanks in advance.
I am editing code using sublime text 3 and it annoys me that pressing the TAB key changes the word without allowing me to select from a list of suggestions (combobox) or that it gives me a line break, either of the two options seems more comfortable to me
What should I write in Setting user to change this behavior or what plugin solves it?
Hello, I want that instead of the 4 spaces that sublime text 3 makes me in the indentation when doing tab, they are only two spaces. How can I do this?