Mình xài Sublime Text 3. Khi mình gõ vào 1 từ gì đấy ví dụ: “sublime” thì nó không hiện ra ngay dòng đó mà nó hiện bên dưới như là từ gợi ý và sau đó mình ấn Space hoặc Tab ra thì nó mới hiện lên từ “Sublime”. Ai biết lỗi gì không ạ?
Chức năng gợi ý từ không hiện ngay
Bạn vào preferences -> settings -> Tìm “auto_complete” và xem các tham số đang để như nào, và sửa cho phù hợp rồi lưu lại.
"show_definitions": true,
// When enabled, pressing tab will insert the best matching completion.
// When disabled, tab will only trigger snippets or insert a tab.
// Shift+tab can be used to insert an explicit tab when tab_completion is
// enabled.
"tab_completion": true,
// Enable auto complete to be triggered automatically when typing.
"auto_complete": true,
// The maximum file size where auto complete will be automatically triggered.
"auto_complete_size_limit": 4194304,
// The delay, in ms, before the auto complete window is shown after typing
"auto_complete_delay": 50,
// Controls what scopes auto complete will be triggered in
"auto_complete_selector": "meta.tag - punctuation.definition.tag.begin, source - comment - string.quoted.double.block - string.quoted.single.block - string.unquoted.heredoc",
// Additional situations to trigger auto complete
"auto_complete_triggers": [ {"selector": "text.html", "characters": "<"} ],
// By default, auto complete will commit the current completion on enter.
// This setting can be used to make it complete on tab instead.
// Completing on tab is generally a superior option, as it removes
// ambiguity between committing the completion and inserting a newline.
"auto_complete_commit_on_tab": false,
// Controls if auto complete is shown when snippet fields are active.
// Only relevant if auto_complete_commit_on_tab is true.
"auto_complete_with_fields": false,
3 Likes
Bạn đang xài công cụ gõ tiếng việt phải không.
Tắt đi thử xem.
Hình như một số trình duyệt k hỗ trợ dropbox video. :v
Sửa lại thành link thường v. :v :v :v
2 Likes
Yeahhhh minh fix được rồi nha bạn <3 cảm ơn bạn nhiều nha