In Visual Studio you can minimize huge chunks of code using regions; they essentially just surround the code and minimize it in the window. Does Sublime have a feature similar to this?By default, you can select some code the go to Edit > Code Folding
I am using Flash CS5 and I have created a large, rarely changing framework that I don't want to be recompiled every time I use it in my projects. I must be doing something wrong because the "auto-complete" functionality doesn't show the names of
I generally only use dark themes for coding, so it's really annoying that Sublime Text 3's sidebar stays light themed whatever theme you apply. Does anyone know how to change this? My configuration: Mac OSX 10.10.1 Yosemite, Sublime Text 3 Stable Cha
In the chrome browser if I saved the username and password for the website while login then in the whole website wherever it found Username and Password field and those fields are empty then by default it assigns the Saved username and password for t
I'm sorry if this has been answered but I just don't know how to look for it. Thanks for understanding. I'm working in rails with sublime text and when working in .html.erb code I'd like an easy way to insert <% %> <%= %> easily instead of hav
I have auto complete turned on in my .cshrc: set autolist set correct=cmd set complete=enhance works pretty nicely, except when it comes to case. I have a directory that contains these files: ToolConfig.pm* ToolConfig.pm_bak* Toolconfig_init.pm* Tool
Traditional assembler, and higher level compilers work with several memory segments, according to intended use. Hence, there is a data segment, a stack segment, a bss, and text segment. The text segment is also called the code segment. Text segment?
I work with a lot of data entry - most of them are repeated that why Auto Complete helps a lot but - it has very limitation. I would like to ask if there is code that I can add more data into Auto Complete - the data is taken from a range of table -
I have a class assignment that says: Write a declaration for a function that takes two int parameters and returns an int, and declare a vector whose elements have this function pointer type. Since the function and vector are both int is this correct?
I want to enable line-wrapping without having to type 'M-x auto-fill-mode' everytime I start emacs. I've tried putting (setq auto-fill-mode 1) and (auto-fill-mode 1) in the .emacs file, but neither work. Why is this, and how do I fix it? ThanksIt is
I'm having an issue with Sublime Text 2 and I wondered if anybody could help. I recently purchased a licence for the program, however anytime I put in a background image into the CSS (also the same with SASS), nothing seems to work. I've attached the
I have had this problem for years, but not as frequently as today. This prompted me to ask this question once and for all. Sometimes (today for almost every logic) my trivial PHP code fails with a parse error. Sometimes PHP is right, but way to often
I hope it's a short question. When I start typing in Sublime Text 2/3 the auto-completion window appears. If I press tab I start cycling through the options I have which is exactly what I want. However, at the same time as soon as I have pressed tab
While trying to write my own snippets for Sublime Text 2, I ran into the following two problems: Finding scope keys. I figured out that I can look through my packages one by one and find references to a declared "scope" property. For example in