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;
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:
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
add a comment |
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:
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
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
add a comment |
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:
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
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:
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
autocomplete sublimetext3 sublimecodeintel
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
add a comment |
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
add a comment |
2 Answers
2
active
oldest
votes
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.
add a comment |
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.
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment |
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.
add a comment |
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.
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.
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
add a comment |
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Oct 23 '17 at 8:33
AbhizAbhiz
2622 silver badges21 bronze badges
2622 silver badges21 bronze badges
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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