About 6,300 results
Open links in new tab
  1. Pieces For Sublime Text (on-device AI coding assistant that boosts ...

    Sep 11, 2024 · The Pieces Team is super excited to announce a significant addition for our Pieces for Sublime Text. What is Pieces? Pieces is an innovative, free on-device AI coding assistant designed …

  2. Code folding in Sublime Text - General Discussion - Sublime Forum

    Mar 12, 2021 · Code folding in Sublime is currently based off of the indentation of files;; it only appears to indent on keywords like the ones you mentioned above because they contain indented code. It’s …

  3. Code folding (yet again...) - General Discussion - Sublime Forum

    Aug 30, 2024 · Hi there. I have used Sublime Text in different times, but I always find myself going back to another editor because of the (mainly lack of) code folding system. I really want to give it another …

  4. Feature: Take a screenshot of current code, optionally include line ...

    Oct 21, 2020 · Very frequently, I find myself taking screenshots of code to share (e.g. via Slack or email) in order to preserve highlighting and syntax coloring. Generally, I do this on macOS via Cmd+Shift+4 …

  5. Format or 'beautify' code - General Discussion - Sublime Forum

    Jan 13, 2016 · Is there an extension or command for sublime text that will allow auto formatting of code, removing white spaces, fixing indents, etc. Something similar to the ‘pretty print’ Eclipse plugin. A …

  6. Sublime Text as main IDE - General Discussion - Sublime Forum

    Apr 18, 2024 · In any case my (self-taught) productivity is not controlled by code entry speed but rather by implementation drags like choosing the best constructs, debugging and user testing. I stuck with …

  7. Color Scheme for code not working - Sublime Forum

    Jan 13, 2016 · Sometimes Sublime Text 2 will recognize my code with its color scheme and other times it won’t. I do a lot of pasting code into the code editor and editing it, but I rarely write code in it, mostly …

  8. Build broken? - Python 3 - input() - Sublime Forum

    Jun 21, 2019 · Build broken? - Python 3 - input () Technical Support It seems Build is completely broken if the code includes an input (). For example: myname = input ('Type your name: ') print ('Hello', …

  9. How to Diff in Sublime 3? - Technical Support - Sublime Forum

    Jan 5, 2017 · The main use I’ve acquired it for in the past is to compare changes between two similar code files. I have accomplished this easy before by selecting both files in the left column and simply …

  10. Is it possible auto complete brackets for functions and methods?

    Oct 3, 2024 · I have been using Sublime Text for some time and really impressed its performance and ability to customise. However, the one feature which I feel missing in SLT is the auto inserting of …