navaho7 Δημοσιεύτηκε Ιούνιος 12, 2023 #1 Δημοσιεύτηκε Ιούνιος 12, 2023 Χρησιμοποιεί κανείς άλλος το Sublime Text για να γράφει κώδικα σε python; Τι ρυθμίσεις, plugins, themes, tweaks χρησιμοποιείτε; Προς το παρόν το έχω κάνει αχταρμά και προσπαθώ να το στήσω από την αρχή, βάζοντας κανένα plugin που να είναι και λίγο χρήσιμο
vic Νοέμβριος 21, 2023 #2 Νοέμβριος 21, 2023 Αν και δε γράφω σε Python, χρησιμοποιώ Sublime Text. Ρυθμίσεις // Columns in which to display vertical rulers "rulers": [80], // The number of spaces a tab is considered equal to "tab_size": 4, // Set to true to insert spaces when tab is pressed "translate_tabs_to_spaces": true, // If translate_tabs_to_spaces is true, use_tab_stops will make tab and // backspace and delete insert/delete up to the next tabstop "use_tab_stops": true, // Disables horizontal scrolling if enabled. // May be set to true, false, or "auto", where it will be disabled for // source code, and otherwise enabled. "word_wrap": true, // If enabled, will highlight any line with a caret "highlight_line": true, Plugins ARM Assembly RISC-V Assembly Syntax SFTP SideBarEnhancements RainbowBrackets Terminal Terminus A File Icon Refresh File and Folders Trimmer AutoFileName Bracket Highlighter Theme έχω Default Dark και Colour Scheme το Monokai. 1
Rebel Streamers Μάϊος 20, 2024 #3 Μάϊος 20, 2024 αν έχει κάποιος να μου προτείνει καλό λεξικό για διόρθωση των λέξεων (για τα ελληνικά) στο Sublime Text 3 κάθε πληροφορία είναι ευπρόσδεκτη
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now