About 6,320 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. Set Up Compiler for C for Sublime Text 3

    Mar 23, 2017 · Go to Tools > Build System > New build system Now enter this code Save it as GCCbuildsys.sublime-build Restart your sublime text 3 by closing it and reopening it again. Select …

  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. 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 …

  5. 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 …

  6. 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 …

  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. 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 …

  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 …