We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a0f67 commit 78a0145Copy full SHA for 78a0145
lib/main/atom/commands/commands.ts
@@ -509,7 +509,7 @@ export function registerCommands() {
509
});
510
/// Register autocomplete commands to show documentations
511
/*atom.packages.activatePackage('autocomplete-plus').then(() => {
512
- var autocompletePlus = apd.require('autocomplete-plus'); // Note: apd isn't required here
+ var autocompletePlus = apd.require('autocomplete-plus');
513
var maxIndex = 10;
514
var currentSuggestionIndex = 0;
515
autocompletePlus.autocompleteManager.suggestionList.emitter.on('did-cancel',() => {
0 commit comments