I want to disable the sublime autocomplete suggestion pop-ups when I type semicolonHow do you disable browser Autocomplete on web form field / input tag?Sublime editor SCSS (SASS) syntax autocompleteHow can I disable this annoying CodeIntel autocomplete pop up in Sublime 2?Sublime Text: Accept Suggested Autocomplete Without Expanding itSublime Text 3 Disable Context AutocompleteJS autocomplete package in ST3 annoying autocomplete list at the end of the line after semicolonSublime text 3 with Nodejs Package autocomplete not working properlyPrevent sublime autocompleter popup after semicolon(;) at the end of lineDisable backtick autocompletion in sublimeSublime Text 3 - CSS Autocomplete WITHOUT typing property value

Surviving a planet collision?

Why tantalum for the Hayabusa bullets?

Is The Venice Syndrome documentary cover photo real?

How to have poached eggs in "sphere form"?

GNU sort stable sort when sort does not know sort order

Why did some Apollo missions carry a grenade launcher?

Problem with Eigenvectors

Scam? Checks via Email

Would people understand me speaking German all over Europe?

How should I quote American English speakers in a British English essay?

Why did Windows 95 crash the whole system but newer Windows only crashed programs?

If the Moon were impacted by a suitably sized meteor, how long would it take to impact the Earth?

Why put copper in between battery contacts and clamps?

Why did I lose on time with 3 pawns vs Knight. Shouldn't it be a draw?

GNU GPL V3 with no code change disclosure

How long does it take for electricity to be considered OFF by general appliances?

What language is Raven using for her attack in the new 52?

Was Donald Trump at ground zero helping out on 9-11?

Why is it "on the inside" and not "in the inside"?

Omnidirectional LED, is it possible?

Self-deportation of American Citizens from US

What is more environmentally friendly? An A320 or a car?

Can Papyrus be folded?

If you inherit a Roth 401(k), is it taxed?



I want to disable the sublime autocomplete suggestion pop-ups when I type semicolon


How do you disable browser Autocomplete on web form field / input tag?Sublime editor SCSS (SASS) syntax autocompleteHow can I disable this annoying CodeIntel autocomplete pop up in Sublime 2?Sublime Text: Accept Suggested Autocomplete Without Expanding itSublime Text 3 Disable Context AutocompleteJS autocomplete package in ST3 annoying autocomplete list at the end of the line after semicolonSublime text 3 with Nodejs Package autocomplete not working properlyPrevent sublime autocompleter popup after semicolon(;) at the end of lineDisable backtick autocompletion in sublimeSublime Text 3 - CSS Autocomplete WITHOUT typing property value






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I am using the SublimeCodeIntel package and currently, when I type a semicolon to end a line, Sublime keeps popping up the autocomplete suggestion box:



example of the autocomplete suggestion after putting a semicolon



Currently, I have to press "Shift+Enter" after semicolon or "Esc" then "Enter" to jump to the next line, but this is very annoying. I don't want to disable autocomplete altogether, instead, I want to disable the autocomplete suggestion pop-ups specifically when I type semicolon ";".










share|improve this question





















  • 1





    seems like a popular problem, with no suggestions on how to fix it yet: github.com/SublimeCodeIntel/SublimeCodeIntel/issues/627 github.com/SublimeCodeIntel/SublimeCodeIntel/issues/598 github.com/SublimeCodeIntel/SublimeCodeIntel/issues/536 github.com/SublimeCodeIntel/SublimeCodeIntel/issues/470

    – Keith Hall
    May 31 '17 at 6:49











  • Please add code and data as text (using code formatting), not images. Images: A) don't allow us to copy-&-paste the code/errors/data for testing; B) don't permit searching based on the code/error/data contents; and many more reasons. Images should only be used, in addition to text in code format, if having the image adds something significant that is not conveyed by just the text code/error/data.

    – double-beep
    Mar 26 at 19:26

















0















I am using the SublimeCodeIntel package and currently, when I type a semicolon to end a line, Sublime keeps popping up the autocomplete suggestion box:



example of the autocomplete suggestion after putting a semicolon



Currently, I have to press "Shift+Enter" after semicolon or "Esc" then "Enter" to jump to the next line, but this is very annoying. I don't want to disable autocomplete altogether, instead, I want to disable the autocomplete suggestion pop-ups specifically when I type semicolon ";".










share|improve this question





















  • 1





    seems like a popular problem, with no suggestions on how to fix it yet: github.com/SublimeCodeIntel/SublimeCodeIntel/issues/627 github.com/SublimeCodeIntel/SublimeCodeIntel/issues/598 github.com/SublimeCodeIntel/SublimeCodeIntel/issues/536 github.com/SublimeCodeIntel/SublimeCodeIntel/issues/470

    – Keith Hall
    May 31 '17 at 6:49











  • Please add code and data as text (using code formatting), not images. Images: A) don't allow us to copy-&-paste the code/errors/data for testing; B) don't permit searching based on the code/error/data contents; and many more reasons. Images should only be used, in addition to text in code format, if having the image adds something significant that is not conveyed by just the text code/error/data.

    – double-beep
    Mar 26 at 19:26













0












0








0








I am using the SublimeCodeIntel package and currently, when I type a semicolon to end a line, Sublime keeps popping up the autocomplete suggestion box:



example of the autocomplete suggestion after putting a semicolon



Currently, I have to press "Shift+Enter" after semicolon or "Esc" then "Enter" to jump to the next line, but this is very annoying. I don't want to disable autocomplete altogether, instead, I want to disable the autocomplete suggestion pop-ups specifically when I type semicolon ";".










share|improve this question
















I am using the SublimeCodeIntel package and currently, when I type a semicolon to end a line, Sublime keeps popping up the autocomplete suggestion box:



example of the autocomplete suggestion after putting a semicolon



Currently, I have to press "Shift+Enter" after semicolon or "Esc" then "Enter" to jump to the next line, but this is very annoying. I don't want to disable autocomplete altogether, instead, I want to disable the autocomplete suggestion pop-ups specifically when I type semicolon ";".







autocomplete sublimetext3 sublimecodeintel






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 26 at 20:31









divibisan

6,6689 gold badges20 silver badges35 bronze badges




6,6689 gold badges20 silver badges35 bronze badges










asked May 30 '17 at 10:46









Jimmy ChanJimmy Chan

11 bronze badge




11 bronze badge










  • 1





    seems like a popular problem, with no suggestions on how to fix it yet: github.com/SublimeCodeIntel/SublimeCodeIntel/issues/627 github.com/SublimeCodeIntel/SublimeCodeIntel/issues/598 github.com/SublimeCodeIntel/SublimeCodeIntel/issues/536 github.com/SublimeCodeIntel/SublimeCodeIntel/issues/470

    – Keith Hall
    May 31 '17 at 6:49











  • Please add code and data as text (using code formatting), not images. Images: A) don't allow us to copy-&-paste the code/errors/data for testing; B) don't permit searching based on the code/error/data contents; and many more reasons. Images should only be used, in addition to text in code format, if having the image adds something significant that is not conveyed by just the text code/error/data.

    – double-beep
    Mar 26 at 19:26












  • 1





    seems like a popular problem, with no suggestions on how to fix it yet: github.com/SublimeCodeIntel/SublimeCodeIntel/issues/627 github.com/SublimeCodeIntel/SublimeCodeIntel/issues/598 github.com/SublimeCodeIntel/SublimeCodeIntel/issues/536 github.com/SublimeCodeIntel/SublimeCodeIntel/issues/470

    – Keith Hall
    May 31 '17 at 6:49











  • Please add code and data as text (using code formatting), not images. Images: A) don't allow us to copy-&-paste the code/errors/data for testing; B) don't permit searching based on the code/error/data contents; and many more reasons. Images should only be used, in addition to text in code format, if having the image adds something significant that is not conveyed by just the text code/error/data.

    – double-beep
    Mar 26 at 19:26







1




1





seems like a popular problem, with no suggestions on how to fix it yet: github.com/SublimeCodeIntel/SublimeCodeIntel/issues/627 github.com/SublimeCodeIntel/SublimeCodeIntel/issues/598 github.com/SublimeCodeIntel/SublimeCodeIntel/issues/536 github.com/SublimeCodeIntel/SublimeCodeIntel/issues/470

– Keith Hall
May 31 '17 at 6:49





seems like a popular problem, with no suggestions on how to fix it yet: github.com/SublimeCodeIntel/SublimeCodeIntel/issues/627 github.com/SublimeCodeIntel/SublimeCodeIntel/issues/598 github.com/SublimeCodeIntel/SublimeCodeIntel/issues/536 github.com/SublimeCodeIntel/SublimeCodeIntel/issues/470

– Keith Hall
May 31 '17 at 6:49













Please add code and data as text (using code formatting), not images. Images: A) don't allow us to copy-&-paste the code/errors/data for testing; B) don't permit searching based on the code/error/data contents; and many more reasons. Images should only be used, in addition to text in code format, if having the image adds something significant that is not conveyed by just the text code/error/data.

– double-beep
Mar 26 at 19:26





Please add code and data as text (using code formatting), not images. Images: A) don't allow us to copy-&-paste the code/errors/data for testing; B) don't permit searching based on the code/error/data contents; and many more reasons. Images should only be used, in addition to text in code format, if having the image adds something significant that is not conveyed by just the text code/error/data.

– double-beep
Mar 26 at 19:26












2 Answers
2






active

oldest

votes


















1














Not sure if you resolved this but I got this behaviour to stop by following instructions posted here:



Select Package Settings > SublimeCodeIntel > Key Bindings - User,

and add the following to the Default (Windows).sublime-keymap - User:



 
"keys": [";"],
"command": "run_macro_file",
"args": "file": "Packages/User/unAutoSemiColon.sublime-macro"



And then Select Preferences -> Browse Packages -> Users,

save a file named unAutoSemiColon.sublime-macro with the following contents:



[
and
"args":

"characters": ";"
,
"command": "insert"

]


Finally, restart your sublime and the problem will be solved.






share|improve this answer


































    0














    I was also facing the same problem. In my case it was due to a package 'Auto Complete JavaScript with Method Signature'. Check your list. If you have this package in the installed package list disable it. The auto completion extensions will not be there.






    share|improve this answer



























      Your Answer






      StackExchange.ifUsing("editor", function ()
      StackExchange.using("externalEditor", function ()
      StackExchange.using("snippets", function ()
      StackExchange.snippets.init();
      );
      );
      , "code-snippets");

      StackExchange.ready(function()
      var channelOptions =
      tags: "".split(" "),
      id: "1"
      ;
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function()
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled)
      StackExchange.using("snippets", function()
      createEditor();
      );

      else
      createEditor();

      );

      function createEditor()
      StackExchange.prepareEditor(
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader:
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      ,
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      );



      );













      draft saved

      draft discarded


















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f44260077%2fi-want-to-disable-the-sublime-autocomplete-suggestion-pop-ups-when-i-type-semico%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      1














      Not sure if you resolved this but I got this behaviour to stop by following instructions posted here:



      Select Package Settings > SublimeCodeIntel > Key Bindings - User,

      and add the following to the Default (Windows).sublime-keymap - User:



       
      "keys": [";"],
      "command": "run_macro_file",
      "args": "file": "Packages/User/unAutoSemiColon.sublime-macro"



      And then Select Preferences -> Browse Packages -> Users,

      save a file named unAutoSemiColon.sublime-macro with the following contents:



      [
      and
      "args":

      "characters": ";"
      ,
      "command": "insert"

      ]


      Finally, restart your sublime and the problem will be solved.






      share|improve this answer































        1














        Not sure if you resolved this but I got this behaviour to stop by following instructions posted here:



        Select Package Settings > SublimeCodeIntel > Key Bindings - User,

        and add the following to the Default (Windows).sublime-keymap - User:



         
        "keys": [";"],
        "command": "run_macro_file",
        "args": "file": "Packages/User/unAutoSemiColon.sublime-macro"



        And then Select Preferences -> Browse Packages -> Users,

        save a file named unAutoSemiColon.sublime-macro with the following contents:



        [
        and
        "args":

        "characters": ";"
        ,
        "command": "insert"

        ]


        Finally, restart your sublime and the problem will be solved.






        share|improve this answer





























          1












          1








          1







          Not sure if you resolved this but I got this behaviour to stop by following instructions posted here:



          Select Package Settings > SublimeCodeIntel > Key Bindings - User,

          and add the following to the Default (Windows).sublime-keymap - User:



           
          "keys": [";"],
          "command": "run_macro_file",
          "args": "file": "Packages/User/unAutoSemiColon.sublime-macro"



          And then Select Preferences -> Browse Packages -> Users,

          save a file named unAutoSemiColon.sublime-macro with the following contents:



          [
          and
          "args":

          "characters": ";"
          ,
          "command": "insert"

          ]


          Finally, restart your sublime and the problem will be solved.






          share|improve this answer















          Not sure if you resolved this but I got this behaviour to stop by following instructions posted here:



          Select Package Settings > SublimeCodeIntel > Key Bindings - User,

          and add the following to the Default (Windows).sublime-keymap - User:



           
          "keys": [";"],
          "command": "run_macro_file",
          "args": "file": "Packages/User/unAutoSemiColon.sublime-macro"



          And then Select Preferences -> Browse Packages -> Users,

          save a file named unAutoSemiColon.sublime-macro with the following contents:



          [
          and
          "args":

          "characters": ";"
          ,
          "command": "insert"

          ]


          Finally, restart your sublime and the problem will be solved.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jan 13 '18 at 23:41









          SherylHohman

          6,4318 gold badges44 silver badges54 bronze badges




          6,4318 gold badges44 silver badges54 bronze badges










          answered Jan 13 '18 at 20:35









          gezquinndesigngezquinndesign

          418 bronze badges




          418 bronze badges


























              0














              I was also facing the same problem. In my case it was due to a package 'Auto Complete JavaScript with Method Signature'. Check your list. If you have this package in the installed package list disable it. The auto completion extensions will not be there.






              share|improve this answer





























                0














                I was also facing the same problem. In my case it was due to a package 'Auto Complete JavaScript with Method Signature'. Check your list. If you have this package in the installed package list disable it. The auto completion extensions will not be there.






                share|improve this answer



























                  0












                  0








                  0







                  I was also facing the same problem. In my case it was due to a package 'Auto Complete JavaScript with Method Signature'. Check your list. If you have this package in the installed package list disable it. The auto completion extensions will not be there.






                  share|improve this answer













                  I was also facing the same problem. In my case it was due to a package 'Auto Complete JavaScript with Method Signature'. Check your list. If you have this package in the installed package list disable it. The auto completion extensions will not be there.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Oct 23 '17 at 8:33









                  AbhizAbhiz

                  2622 silver badges21 bronze badges




                  2622 silver badges21 bronze badges






























                      draft saved

                      draft discarded
















































                      Thanks for contributing an answer to Stack Overflow!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid


                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.

                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f44260077%2fi-want-to-disable-the-sublime-autocomplete-suggestion-pop-ups-when-i-type-semico%23new-answer', 'question_page');

                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                      Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

                      Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript